Html Css Color HEX #A85C18 Rich Gold

📋 copy color: '#A85C18'

red 168 ◦ green 92 ◦ blue 24

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

Shades of Rich Gold #A85C18

Tints of Rich Gold #A85C18

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.39%

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

R = 59.15%
G = 32.39%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A85C18 (or 0xA85C18) is known color: Rich Gold. HEX triplet: A8, 5C and 18. RGB value is (168,92,24). Sum of RGB (Red+Green+Blue) = 168+92+24=284 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.15% from 284); Green value is 92 (36.33% from 255 or 32.39% from 284); Blue value is 24 (9.77% from 255 or 8.45% from 284); Max value from RGB is 168 - color contains mainly: red. Hex color #A85C18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85C18 is #57A3E7. Grayscale: #6B6B6B. Windows color (decimal): -5743592 or 1596584. OLE color: 1596584.

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

Color convert

RGB 168 92 24 -
CMYK 0 0.45 0.86 0.34
HSL 28.33º 0.75% 0.38% -
HSV(B) 28.33º 0.86% 0.66% -
XYZ 20.14 16.05 2.9 -
YUV 106.97 81.18 171.53 -
System Red Green Blue C M Y K H S L
Decimal 168 92 24 0 0.45 0.86 0.34 28.33 0.75 0.38
Hex A8 5C 18 0 2D 56 22 1C 4B 26
Octal 250 134 30 0 55 126 42 34 113 46
Binary 10101000 1011100 11000 0 101101 1010110 100010 11100 1001011 100110

Color Harmonies of #A85C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85C18

Black with #A85C18

Text Example


Text Example

White with #A85C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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