Html Css Color HEX #A85512 Rich Gold

📋 copy color: '#A85512'

red 168 ◦ green 85 ◦ blue 18

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

Shades of Rich Gold #A85512

Tints of Rich Gold #A85512

RGB

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

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

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

R = 61.99%
G = 31.37%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A85512 (or 0xA85512) is known color: Rich Gold. HEX triplet: A8, 55 and 12. RGB value is (168,85,18). Sum of RGB (Red+Green+Blue) = 168+85+18=271 (35% of max value = 765). Red value is 168 (66.02% from 255 or 61.99% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 168 - color contains mainly: red. Hex color #A85512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85512 is #57AAED. Grayscale: #666666. Windows color (decimal): -5745390 or 1201576. OLE color: 1201576.

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

Color convert

RGB 168 85 18 -
CMYK 0 0.49 0.89 0.34
HSL 26.8º 0.81% 0.36% -
HSV(B) 26.8º 0.89% 0.66% -
XYZ 19.51 14.87 2.41 -
YUV 102.18 80.5 174.95 -
System Red Green Blue C M Y K H S L
Decimal 168 85 18 0 0.49 0.89 0.34 26.8 0.81 0.36
Hex A8 55 12 0 31 59 22 1B 51 24
Octal 250 125 22 0 61 131 42 33 121 44
Binary 10101000 1010101 10010 0 110001 1011001 100010 11011 1010001 100100

Color Harmonies of #A85512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85512

Black with #A85512

Text Example


Text Example

White with #A85512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85512; }

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

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

background-color css

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

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

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

border-color css

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

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

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