Html Css Color HEX #A85611 Rich Gold

📋 copy color: '#A85611'

red 168 ◦ green 86 ◦ blue 17

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

Shades of Rich Gold #A85611

Tints of Rich Gold #A85611

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.73%

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

R = 61.99%
G = 31.73%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A85611 (or 0xA85611) is known color: Rich Gold. HEX triplet: A8, 56 and 11. RGB value is (168,86,17). Sum of RGB (Red+Green+Blue) = 168+86+17=271 (35% of max value = 765). Red value is 168 (66.02% from 255 or 61.99% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 17 (7.03% from 255 or 6.27% from 271); Max value from RGB is 168 - color contains mainly: red. Hex color #A85611 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85611 is #57A9EE. Grayscale: #676767. Windows color (decimal): -5745135 or 1136296. OLE color: 1136296.

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

Color convert

RGB 168 86 17 -
CMYK 0 0.49 0.90 0.34
HSL 27.42º 0.82% 0.36% -
HSV(B) 27.42º 0.9% 0.66% -
XYZ 19.58 15.02 2.4 -
YUV 102.65 79.67 174.61 -
System Red Green Blue C M Y K H S L
Decimal 168 86 17 0 0.49 0.90 0.34 27.42 0.82 0.36
Hex A8 56 11 0 31 5A 22 1B 52 24
Octal 250 126 21 0 61 132 42 33 122 44
Binary 10101000 1010110 10001 0 110001 1011010 100010 11011 1010010 100100

Color Harmonies of #A85611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85611

Black with #A85611

Text Example


Text Example

White with #A85611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85611; }

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

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

background-color css

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

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

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

border-color css

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

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

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