Html Css Color HEX #A85212 Rich Gold

📋 copy color: '#A85212'

red 168 ◦ green 82 ◦ blue 18

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

Shades of Rich Gold #A85212

Tints of Rich Gold #A85212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.72%

R = 62.69%
G = 30.6%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A85212 (or 0xA85212) is known color: Rich Gold. HEX triplet: A8, 52 and 12. RGB value is (168,82,18). Sum of RGB (Red+Green+Blue) = 168+82+18=268 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.69% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 18 (7.42% from 255 or 6.72% from 268); Max value from RGB is 168 - color contains mainly: red. Hex color #A85212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85212 is #57ADED. Grayscale: #646464. Windows color (decimal): -5746158 or 1200808. OLE color: 1200808.

HSL color Cylindrical-coordinate representation of color #A85212: hue angle of 25.6º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A85212 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 82 18 -
CMYK 0 0.51 0.89 0.34
HSL 25.6º 0.81% 0.36% -
HSV(B) 25.6º 0.89% 0.66% -
XYZ 19.27 14.4 2.34 -
YUV 100.42 81.49 176.2 -
System Red Green Blue C M Y K H S L
Decimal 168 82 18 0 0.51 0.89 0.34 25.6 0.81 0.36
Hex A8 52 12 0 33 59 22 1A 51 24
Octal 250 122 22 0 63 131 42 32 121 44
Binary 10101000 1010010 10010 0 110011 1011001 100010 11010 1010001 100100

Color Harmonies of #A85212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85212

Black with #A85212

Text Example


Text Example

White with #A85212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85212; }

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

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

background-color css

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

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

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

border-color css

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

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

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