#A7521A

Color #A7521A Rich Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Gold #A7521A

Tints of Rich Gold #A7521A

Color information

#A7521A (or 0xA7521A) is unknown color: approx Rich Gold. HEX triplet: A7, 52 and 1A. RGB value is (167,82,26). Sum of RGB (Red+Green+Blue) = 167+82+26=275 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.73% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 26 (10.55% from 255 or 9.45% from 275); Max value from RGB is 167 - color contains mainly: red. Hex color #A7521A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7521A is #58ADE5. Grayscale: #656565. Windows color (decimal): -5811686 or 1725095. OLE color: 1725095.

HSL color Cylindrical-coordinate representation of color #A7521A: hue angle of 23.83º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A7521A is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB1678226-
CMYK00.510.840.35
HSL23.83º73.06%37.84%-
HSV(B)23.83º84.43%65.49%-
XYZ19.1414.322.73-
YUV101.0385.66175.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 167 (65.62% from 255) = 60.73%
GREEN value IS 82 (32.42% from 255) = 29.82%
BLUE value IS 26 (10.55% from 255) = 9.45%
R=60.73%
G=29.82%
B=9.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167822600.510.840.3523.8373.0637.84
HexA7521A0335423184926
Octal24712232063124433011146
Binary1010011110100101101001100111010100100011110001001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7521A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7521A; }

 p { color: rgb(167,82,26); }

 H1.HeaderClassName
 {
   color: #A7521A;
 }
 .AnyTagClassName
 {
   color: #A7521A;
 }
</style>
background-color css

<style>
 a { background-color: #A7521A; }

 a { background-color: rgb(167,82,26); }

 div.DivClassName
 {
   background-color: #A7521A;
 }
 .BgClassName
 {
   background-color: #A7521A;
 }
</style>
border-color css

<style>
 span { border-color: #A7521A; }

 span { border-color: rgb(167,82,26); }

 td.TdClassName
 {
   border-color: #A7521A;
 }
 .TagClassName
 {
   border-color: #A7521A;
 }
</style>