Html Css Color HEX #A85616 Rich Gold

📋 copy color: '#A85616'

red 168 ◦ green 86 ◦ blue 22

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

Shades of Rich Gold #A85616

Tints of Rich Gold #A85616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.97%

R = 60.87%
G = 31.16%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.87

 K value IS 0.34

RGB Variations

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

Color information

#A85616 (or 0xA85616) is known color: Rich Gold. HEX triplet: A8, 56 and 16. RGB value is (168,86,22). Sum of RGB (Red+Green+Blue) = 168+86+22=276 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.87% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 22 (8.98% from 255 or 7.97% from 276); Max value from RGB is 168 - color contains mainly: red. Hex color #A85616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85616 is #57A9E9. Grayscale: #676767. Windows color (decimal): -5745130 or 1463976. OLE color: 1463976.

HSL color Cylindrical-coordinate representation of color #A85616: hue angle of 26.3º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A85616 is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 86 22 -
CMYK 0 0.49 0.87 0.34
HSL 26.3º 0.77% 0.37% -
HSV(B) 26.3º 0.87% 0.66% -
XYZ 19.62 15.04 2.63 -
YUV 103.22 82.17 174.2 -
System Red Green Blue C M Y K H S L
Decimal 168 86 22 0 0.49 0.87 0.34 26.3 0.77 0.37
Hex A8 56 16 0 31 57 22 1A 4D 25
Octal 250 126 26 0 61 127 42 32 115 45
Binary 10101000 1010110 10110 0 110001 1010111 100010 11010 1001101 100101

Color Harmonies of #A85616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85616

Black with #A85616

Text Example


Text Example

White with #A85616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85616; }

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

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

background-color css

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

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

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

border-color css

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

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

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