Html Css Color HEX #A85510 Rich Gold

📋 copy color: '#A85510'

red 168 ◦ green 85 ◦ blue 16

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

Shades of Rich Gold #A85510

Tints of Rich Gold #A85510

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.6%

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

R = 62.45%
G = 31.6%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A85510 (or 0xA85510) is known color: Rich Gold. HEX triplet: A8, 55 and 10. RGB value is (168,85,16). Sum of RGB (Red+Green+Blue) = 168+85+16=269 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.45% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 168 - color contains mainly: red. Hex color #A85510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85510 is #57AAEF. Grayscale: #666666. Windows color (decimal): -5745392 or 1070504. OLE color: 1070504.

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

Color convert

RGB 168 85 16 -
CMYK 0 0.49 0.90 0.34
HSL 27.24º 0.83% 0.36% -
HSV(B) 27.24º 0.9% 0.66% -
XYZ 19.49 14.86 2.33 -
YUV 101.95 79.5 175.11 -
System Red Green Blue C M Y K H S L
Decimal 168 85 16 0 0.49 0.90 0.34 27.24 0.83 0.36
Hex A8 55 10 0 31 5A 22 1B 53 24
Octal 250 125 20 0 61 132 42 33 123 44
Binary 10101000 1010101 10000 0 110001 1011010 100010 11011 1010011 100100

Color Harmonies of #A85510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85510

Black with #A85510

Text Example


Text Example

White with #A85510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85510; }

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

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

background-color css

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

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

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

border-color css

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

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

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