Html Css Color HEX #A85918 Rich Gold

📋 copy color: '#A85918'

red 168 ◦ green 89 ◦ blue 24

#A85918
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Gold #A85918

Tints of Rich Gold #A85918

RGB

 RED value IS 168 (66.02% from 255) = 59.79%

 GREEN value IS 89 (35.16% from 255) = 31.67%

 BLUE value IS 24 (9.77% from 255) = 8.54%

R = 59.79%
G = 31.67%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A85918 (or 0xA85918) is known color: Rich Gold. HEX triplet: A8, 59 and 18. RGB value is (168,89,24). Sum of RGB (Red+Green+Blue) = 168+89+24=281 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.79% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 24 (9.77% from 255 or 8.54% from 281); Max value from RGB is 168 - color contains mainly: red. Hex color #A85918 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85918 is #57A6E7. Grayscale: #696969. Windows color (decimal): -5744360 or 1595816. OLE color: 1595816.

HSL color Cylindrical-coordinate representation of color #A85918: hue angle of 27.08º 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 #A85918 is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 89 24 -
CMYK 0 0.47 0.86 0.34
HSL 27.08º 0.75% 0.38% -
HSV(B) 27.08º 0.86% 0.66% -
XYZ 19.89 15.54 2.81 -
YUV 105.21 82.17 172.79 -
System Red Green Blue C M Y K H S L
Decimal 168 89 24 0 0.47 0.86 0.34 27.08 0.75 0.38
Hex A8 59 18 0 2F 56 22 1B 4B 26
Octal 250 131 30 0 57 126 42 33 113 46
Binary 10101000 1011001 11000 0 101111 1010110 100010 11011 1001011 100110

Color Harmonies of #A85918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85918

Black with #A85918

Text Example


Text Example

White with #A85918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85918; }

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

 H1.HeaderClassName
 {
   color: #A85918;
 }
 .AnyTagClassName
 {
   color: #A85918;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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