Html Css Color HEX #A85712 Rich Gold

📋 copy color: '#A85712'

red 168 ◦ green 87 ◦ blue 18

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

Shades of Rich Gold #A85712

Tints of Rich Gold #A85712

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.87%

 BLUE value IS 18 (7.42% from 255) = 6.59%

R = 61.54%
G = 31.87%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A85712 (or 0xA85712) is known color: Rich Gold. HEX triplet: A8, 57 and 12. RGB value is (168,87,18). Sum of RGB (Red+Green+Blue) = 168+87+18=273 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.54% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 168 - color contains mainly: red. Hex color #A85712 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85712 is #57A8ED. Grayscale: #676767. Windows color (decimal): -5744878 or 1202088. OLE color: 1202088.

HSL color Cylindrical-coordinate representation of color #A85712: hue angle of 27.6º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A85712 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 87 18 -
CMYK 0 0.48 0.89 0.34
HSL 27.6º 0.81% 0.36% -
HSV(B) 27.6º 0.89% 0.66% -
XYZ 19.67 15.18 2.47 -
YUV 103.35 79.84 174.11 -
System Red Green Blue C M Y K H S L
Decimal 168 87 18 0 0.48 0.89 0.34 27.6 0.81 0.36
Hex A8 57 12 0 30 59 22 1C 51 24
Octal 250 127 22 0 60 131 42 34 121 44
Binary 10101000 1010111 10010 0 110000 1011001 100010 11100 1010001 100100

Color Harmonies of #A85712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85712

Black with #A85712

Text Example


Text Example

White with #A85712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85712; }

 p { color: rgb(168,87,18); }

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

background-color css

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

 a { background-color: rgb(168,87,18); }

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

border-color css

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

 span { border-color: rgb(168,87,18); }

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