Html Css Color HEX #A85916 Rich Gold

📋 copy color: '#A85916'

red 168 ◦ green 89 ◦ blue 22

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

Shades of Rich Gold #A85916

Tints of Rich Gold #A85916

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.9%

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

R = 60.22%
G = 31.9%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.34

RGB Variations

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

Color information

#A85916 (or 0xA85916) is known color: Rich Gold. HEX triplet: A8, 59 and 16. RGB value is (168,89,22). Sum of RGB (Red+Green+Blue) = 168+89+22=279 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.22% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 168 - color contains mainly: red. Hex color #A85916 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85916 is #57A6E9. Grayscale: #696969. Windows color (decimal): -5744362 or 1464744. OLE color: 1464744.

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

Color convert

RGB 168 89 22 -
CMYK 0 0.47 0.87 0.34
HSL 27.53º 0.77% 0.37% -
HSV(B) 27.53º 0.87% 0.66% -
XYZ 19.87 15.53 2.71 -
YUV 104.98 81.17 172.95 -
System Red Green Blue C M Y K H S L
Decimal 168 89 22 0 0.47 0.87 0.34 27.53 0.77 0.37
Hex A8 59 16 0 2F 57 22 1C 4D 25
Octal 250 131 26 0 57 127 42 34 115 45
Binary 10101000 1011001 10110 0 101111 1010111 100010 11100 1001101 100101

Color Harmonies of #A85916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85916

Black with #A85916

Text Example


Text Example

White with #A85916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85916; }

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

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

background-color css

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

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

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

border-color css

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

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

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