#A84918

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

Shades of Rich Gold #A84918

Tints of Rich Gold #A84918

Color information

#A84918 (or 0xA84918) is unknown color: approx Rich Gold. HEX triplet: A8, 49 and 18. RGB value is (168,73,24). Sum of RGB (Red+Green+Blue) = 168+73+24=265 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.40% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 24 (9.77% from 255 or 9.06% from 265); Max value from RGB is 168 - color contains mainly: red. Hex color #A84918 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84918 is #57B6E7. Grayscale: #606060. Windows color (decimal): -5748456 or 1591720. OLE color: 1591720.

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

Color convert

RGB1687324-
CMYK00.570.860.34
HSL20.42º75%37.65%-
HSV(B)20.42º85.71%65.88%-
XYZ18.713.162.42-
YUV95.8287.47179.48-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 63.40%
GREEN value IS 73 (28.91% from 255) = 27.55%
BLUE value IS 24 (9.77% from 255) = 9.06%
R=63.40%
G=27.55%
B=9.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.86
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168732400.570.860.3420.427537.65
HexA849180395622144b26
Octal25011130071126422411346
Binary1010100010010011100001110011010110100010101001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84918; }

 p { color: rgb(168,73,24); }

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

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

 a { background-color: rgb(168,73,24); }

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

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

 span { border-color: rgb(168,73,24); }

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