Html Css Color HEX #A85610 Rich Gold

📋 copy color: '#A85610'

red 168 ◦ green 86 ◦ blue 16

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

Shades of Rich Gold #A85610

Tints of Rich Gold #A85610

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.85%

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

R = 62.22%
G = 31.85%
B = 5.93%

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

#A85610 (or 0xA85610) is known color: Rich Gold. HEX triplet: A8, 56 and 10. RGB value is (168,86,16). Sum of RGB (Red+Green+Blue) = 168+86+16=270 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.22% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 16 (6.64% from 255 or 5.93% from 270); Max value from RGB is 168 - color contains mainly: red. Hex color #A85610 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85610 is #57A9EF. Grayscale: #666666. Windows color (decimal): -5745136 or 1070760. OLE color: 1070760.

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

Color convert

RGB 168 86 16 -
CMYK 0 0.49 0.90 0.34
HSL 27.63º 0.83% 0.36% -
HSV(B) 27.63º 0.9% 0.66% -
XYZ 19.57 15.02 2.36 -
YUV 102.54 79.17 174.69 -
System Red Green Blue C M Y K H S L
Decimal 168 86 16 0 0.49 0.90 0.34 27.63 0.83 0.36
Hex A8 56 10 0 31 5A 22 1C 53 24
Octal 250 126 20 0 61 132 42 34 123 44
Binary 10101000 1010110 10000 0 110001 1011010 100010 11100 1010011 100100

Color Harmonies of #A85610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85610

Black with #A85610

Text Example


Text Example

White with #A85610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85610; }

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

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

background-color css

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

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

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

border-color css

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

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

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