Html Css Color HEX #A85716 Rich Gold

📋 copy color: '#A85716'

red 168 ◦ green 87 ◦ blue 22

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

Shades of Rich Gold #A85716

Tints of Rich Gold #A85716

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.41%

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

R = 60.65%
G = 31.41%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.87

 K value IS 0.34

RGB Variations

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

Color information

#A85716 (or 0xA85716) is known color: Rich Gold. HEX triplet: A8, 57 and 16. RGB value is (168,87,22). Sum of RGB (Red+Green+Blue) = 168+87+22=277 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.65% from 277); Green value is 87 (34.38% from 255 or 31.41% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 168 - color contains mainly: red. Hex color #A85716 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85716 is #57A8E9. Grayscale: #686868. Windows color (decimal): -5744874 or 1464232. OLE color: 1464232.

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

Color convert

RGB 168 87 22 -
CMYK 0 0.48 0.87 0.34
HSL 26.71º 0.77% 0.37% -
HSV(B) 26.71º 0.87% 0.66% -
XYZ 19.7 15.2 2.65 -
YUV 103.81 81.84 173.79 -
System Red Green Blue C M Y K H S L
Decimal 168 87 22 0 0.48 0.87 0.34 26.71 0.77 0.37
Hex A8 57 16 0 30 57 22 1B 4D 25
Octal 250 127 26 0 60 127 42 33 115 45
Binary 10101000 1010111 10110 0 110000 1010111 100010 11011 1001101 100101

Color Harmonies of #A85716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85716

Black with #A85716

Text Example


Text Example

White with #A85716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85716; }

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

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

background-color css

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

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

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

border-color css

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

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

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