#A8521A

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

Shades of Rich Gold #A8521A

Tints of Rich Gold #A8521A

Color information

#A8521A (or 0xA8521A) is unknown color: approx Rich Gold. HEX triplet: A8, 52 and 1A. RGB value is (168,82,26). Sum of RGB (Red+Green+Blue) = 168+82+26=276 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.87% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 26 (10.55% from 255 or 9.42% from 276); Max value from RGB is 168 - color contains mainly: red. Hex color #A8521A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8521A is #57ADE5. Grayscale: #656565. Windows color (decimal): -5746150 or 1725096. OLE color: 1725096.

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

Color convert

RGB1688226-
CMYK00.510.850.34
HSL23.66º73.2%38.04%-
HSV(B)23.66º84.52%65.88%-
XYZ19.3514.432.74-
YUV101.3385.49175.55-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 60.87%
GREEN value IS 82 (32.42% from 255) = 29.71%
BLUE value IS 26 (10.55% from 255) = 9.42%
R=60.87%
G=29.71%
B=9.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.85
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168822600.510.850.3423.6673.238.04
HexA8521A0335522184926
Octal25012232063125423011146
Binary1010100010100101101001100111010101100010110001001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8521A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8521A; }

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

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

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

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

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

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

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

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