Html Css Color HEX #A85211 Rich Gold

📋 copy color: '#A85211'

red 168 ◦ green 82 ◦ blue 17

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

Shades of Rich Gold #A85211

Tints of Rich Gold #A85211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.37%

R = 62.92%
G = 30.71%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A85211 (or 0xA85211) is known color: Rich Gold. HEX triplet: A8, 52 and 11. RGB value is (168,82,17). Sum of RGB (Red+Green+Blue) = 168+82+17=267 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.92% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 17 (7.03% from 255 or 6.37% from 267); Max value from RGB is 168 - color contains mainly: red. Hex color #A85211 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85211 is #57ADEE. Grayscale: #646464. Windows color (decimal): -5746159 or 1135272. OLE color: 1135272.

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

Color convert

RGB 168 82 17 -
CMYK 0 0.51 0.90 0.34
HSL 25.83º 0.82% 0.36% -
HSV(B) 25.83º 0.9% 0.66% -
XYZ 19.27 14.4 2.29 -
YUV 100.3 80.99 176.29 -
System Red Green Blue C M Y K H S L
Decimal 168 82 17 0 0.51 0.90 0.34 25.83 0.82 0.36
Hex A8 52 11 0 33 5A 22 1A 52 24
Octal 250 122 21 0 63 132 42 32 122 44
Binary 10101000 1010010 10001 0 110011 1011010 100010 11010 1010010 100100

Color Harmonies of #A85211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85211

Black with #A85211

Text Example


Text Example

White with #A85211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85211; }

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

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

background-color css

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

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

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

border-color css

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

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

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