#a84819

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

Shades of Rich Gold #A84819

Tints of Rich Gold #A84819

Color information

#A84819 (or 0xA84819) is unknown color: approx Rich Gold. HEX triplet: A8, 48 and 19. RGB value is (168,72,25). Sum of RGB (Red+Green+Blue) = 168+72+25=265 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.40% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 25 (10.16% from 255 or 9.43% from 265); Max value from RGB is 168 - color contains mainly: red. Hex color #A84819 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84819 is #57B7E6. Grayscale: #5F5F5F. Windows color (decimal): -5748711 or 1657000. OLE color: 1657000.

HSL color Cylindrical-coordinate representation of color #A84819: hue angle of 19.72º degrees, saturation: 0.74, 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 #A84819 is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.34.

Color convert

RGB1687225-
CMYK00.570.850.34
HSL19.72º74.09%37.84%-
HSV(B)19.72º85.12%65.88%-
XYZ18.6413.032.45-
YUV95.3588.3179.82-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 63.40%
GREEN value IS 72 (28.52% from 255) = 27.17%
BLUE value IS 25 (10.16% from 255) = 9.43%
R=63.40%
G=27.17%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.85
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168722500.570.850.3419.7274.0937.84
HexA848190395522144a26
Octal25011031071125422411246
Binary1010100010010001100101110011010101100010101001001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a84819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a84819; }

 p { color: rgb(168,72,25); }

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

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

 a { background-color: rgb(168,72,25); }

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

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

 span { border-color: rgb(168,72,25); }

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