Html Css Color HEX #A85218 Rich Gold

📋 copy color: '#A85218'

red 168 ◦ green 82 ◦ blue 24

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

Shades of Rich Gold #A85218

Tints of Rich Gold #A85218

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.93%

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

R = 61.31%
G = 29.93%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A85218 (or 0xA85218) is known color: Rich Gold. HEX triplet: A8, 52 and 18. RGB value is (168,82,24). Sum of RGB (Red+Green+Blue) = 168+82+24=274 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.31% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 24 (9.77% from 255 or 8.76% from 274); Max value from RGB is 168 - color contains mainly: red. Hex color #A85218 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85218 is #57ADE7. Grayscale: #656565. Windows color (decimal): -5746152 or 1594024. OLE color: 1594024.

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

Color convert

RGB 168 82 24 -
CMYK 0 0.51 0.86 0.34
HSL 24.17º 0.75% 0.38% -
HSV(B) 24.17º 0.86% 0.66% -
XYZ 19.33 14.43 2.63 -
YUV 101.1 84.49 175.72 -
System Red Green Blue C M Y K H S L
Decimal 168 82 24 0 0.51 0.86 0.34 24.17 0.75 0.38
Hex A8 52 18 0 33 56 22 18 4B 26
Octal 250 122 30 0 63 126 42 30 113 46
Binary 10101000 1010010 11000 0 110011 1010110 100010 11000 1001011 100110

Color Harmonies of #A85218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85218

Black with #A85218

Text Example


Text Example

White with #A85218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85218; }

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

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

background-color css

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

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

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

border-color css

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

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

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