Html Css Color HEX #A85011 Rich Gold

📋 copy color: '#A85011'

red 168 ◦ green 80 ◦ blue 17

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

Shades of Rich Gold #A85011

Tints of Rich Gold #A85011

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.19%

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

R = 63.4%
G = 30.19%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A85011 (or 0xA85011) is known color: Rich Gold. HEX triplet: A8, 50 and 11. RGB value is (168,80,17). Sum of RGB (Red+Green+Blue) = 168+80+17=265 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.40% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 17 (7.03% from 255 or 6.42% from 265); Max value from RGB is 168 - color contains mainly: red. Hex color #A85011 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85011 is #57AFEE. Grayscale: #636363. Windows color (decimal): -5746671 or 1134760. OLE color: 1134760.

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

Color convert

RGB 168 80 17 -
CMYK 0 0.52 0.90 0.34
HSL 25.03º 0.82% 0.36% -
HSV(B) 25.03º 0.9% 0.66% -
XYZ 19.12 14.1 2.24 -
YUV 99.13 81.65 177.12 -
System Red Green Blue C M Y K H S L
Decimal 168 80 17 0 0.52 0.90 0.34 25.03 0.82 0.36
Hex A8 50 11 0 34 5A 22 19 52 24
Octal 250 120 21 0 64 132 42 31 122 44
Binary 10101000 1010000 10001 0 110100 1011010 100010 11001 1010010 100100

Color Harmonies of #A85011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85011

Black with #A85011

Text Example


Text Example

White with #A85011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85011; }

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

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

background-color css

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

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

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

border-color css

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

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

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