Html Css Color HEX #A85116 Rich Gold

📋 copy color: '#A85116'

red 168 ◦ green 81 ◦ blue 22

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

Shades of Rich Gold #A85116

Tints of Rich Gold #A85116

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.89%

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

R = 61.99%
G = 29.89%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.87

 K value IS 0.34

RGB Variations

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

Color information

#A85116 (or 0xA85116) is known color: Rich Gold. HEX triplet: A8, 51 and 16. RGB value is (168,81,22). Sum of RGB (Red+Green+Blue) = 168+81+22=271 (35% of max value = 765). Red value is 168 (66.02% from 255 or 61.99% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 22 (8.98% from 255 or 8.12% from 271); Max value from RGB is 168 - color contains mainly: red. Hex color #A85116 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85116 is #57AEE9. Grayscale: #646464. Windows color (decimal): -5746410 or 1462696. OLE color: 1462696.

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

Color convert

RGB 168 81 22 -
CMYK 0 0.52 0.87 0.34
HSL 24.25º 0.77% 0.37% -
HSV(B) 24.25º 0.87% 0.66% -
XYZ 19.24 14.27 2.5 -
YUV 100.29 83.82 176.3 -
System Red Green Blue C M Y K H S L
Decimal 168 81 22 0 0.52 0.87 0.34 24.25 0.77 0.37
Hex A8 51 16 0 34 57 22 18 4D 25
Octal 250 121 26 0 64 127 42 30 115 45
Binary 10101000 1010001 10110 0 110100 1010111 100010 11000 1001101 100101

Color Harmonies of #A85116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85116

Black with #A85116

Text Example


Text Example

White with #A85116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85116; }

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

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

background-color css

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

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

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

border-color css

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

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

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