Html Css Color HEX #A85416 Rich Gold

📋 copy color: '#A85416'

red 168 ◦ green 84 ◦ blue 22

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

Shades of Rich Gold #A85416

Tints of Rich Gold #A85416

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.66%

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

R = 61.31%
G = 30.66%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.87

 K value IS 0.34

RGB Variations

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

Color information

#A85416 (or 0xA85416) is known color: Rich Gold. HEX triplet: A8, 54 and 16. RGB value is (168,84,22). Sum of RGB (Red+Green+Blue) = 168+84+22=274 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.31% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 168 - color contains mainly: red. Hex color #A85416 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85416 is #57ABE9. Grayscale: #666666. Windows color (decimal): -5745642 or 1463464. OLE color: 1463464.

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

Color convert

RGB 168 84 22 -
CMYK 0 0.5 0.87 0.34
HSL 25.48º 0.77% 0.37% -
HSV(B) 25.48º 0.87% 0.66% -
XYZ 19.46 14.72 2.58 -
YUV 102.05 82.83 175.04 -
System Red Green Blue C M Y K H S L
Decimal 168 84 22 0 0.5 0.87 0.34 25.48 0.77 0.37
Hex A8 54 16 0 32 57 22 19 4D 25
Octal 250 124 26 0 62 127 42 31 115 45
Binary 10101000 1010100 10110 0 110010 1010111 100010 11001 1001101 100101

Color Harmonies of #A85416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85416

Black with #A85416

Text Example


Text Example

White with #A85416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85416; }

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

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

background-color css

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

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

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

border-color css

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

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

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