Html Css Color HEX #A85110 Rich Gold

📋 copy color: '#A85110'

red 168 ◦ green 81 ◦ blue 16

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

Shades of Rich Gold #A85110

Tints of Rich Gold #A85110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.04%

R = 63.4%
G = 30.57%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A85110 (or 0xA85110) is known color: Rich Gold. HEX triplet: A8, 51 and 10. RGB value is (168,81,16). Sum of RGB (Red+Green+Blue) = 168+81+16=265 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.40% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 16 (6.64% from 255 or 6.04% from 265); Max value from RGB is 168 - color contains mainly: red. Hex color #A85110 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85110 is #57AEEF. Grayscale: #636363. Windows color (decimal): -5746416 or 1069480. OLE color: 1069480.

HSL color Cylindrical-coordinate representation of color #A85110: hue angle of 25.66º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A85110 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 81 16 -
CMYK 0 0.52 0.90 0.34
HSL 25.66º 0.83% 0.36% -
HSV(B) 25.66º 0.9% 0.66% -
XYZ 19.18 14.25 2.23 -
YUV 99.6 80.82 176.79 -
System Red Green Blue C M Y K H S L
Decimal 168 81 16 0 0.52 0.90 0.34 25.66 0.83 0.36
Hex A8 51 10 0 34 5A 22 1A 53 24
Octal 250 121 20 0 64 132 42 32 123 44
Binary 10101000 1010001 10000 0 110100 1011010 100010 11010 1010011 100100

Color Harmonies of #A85110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85110

Black with #A85110

Text Example


Text Example

White with #A85110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85110; }

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

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

background-color css

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

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

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

border-color css

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

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

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