Html Css Color HEX #A85418 Rich Gold

📋 copy color: '#A85418'

red 168 ◦ green 84 ◦ blue 24

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

Shades of Rich Gold #A85418

Tints of Rich Gold #A85418

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.43%

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

R = 60.87%
G = 30.43%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A85418 (or 0xA85418) is known color: Rich Gold. HEX triplet: A8, 54 and 18. RGB value is (168,84,24). Sum of RGB (Red+Green+Blue) = 168+84+24=276 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.87% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 24 (9.77% from 255 or 8.70% from 276); Max value from RGB is 168 - color contains mainly: red. Hex color #A85418 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85418 is #57ABE7. Grayscale: #666666. Windows color (decimal): -5745640 or 1594536. OLE color: 1594536.

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

Color convert

RGB 168 84 24 -
CMYK 0 0.5 0.86 0.34
HSL 25º 0.75% 0.38% -
HSV(B) 25º 0.86% 0.66% -
XYZ 19.48 14.73 2.68 -
YUV 102.28 83.83 174.88 -
System Red Green Blue C M Y K H S L
Decimal 168 84 24 0 0.5 0.86 0.34 25 0.75 0.38
Hex A8 54 18 0 32 56 22 19 4B 26
Octal 250 124 30 0 62 126 42 31 113 46
Binary 10101000 1010100 11000 0 110010 1010110 100010 11001 1001011 100110

Color Harmonies of #A85418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85418

Black with #A85418

Text Example


Text Example

White with #A85418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85418; }

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

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

background-color css

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

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

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

border-color css

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

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

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