Html Css Color HEX #A85513 Rich Gold

📋 copy color: '#A85513'

red 168 ◦ green 85 ◦ blue 19

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

Shades of Rich Gold #A85513

Tints of Rich Gold #A85513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.99%

R = 61.76%
G = 31.25%
B = 6.99%

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

#A85513 (or 0xA85513) is known color: Rich Gold. HEX triplet: A8, 55 and 13. RGB value is (168,85,19). Sum of RGB (Red+Green+Blue) = 168+85+19=272 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.76% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 19 (7.81% from 255 or 6.99% from 272); Max value from RGB is 168 - color contains mainly: red. Hex color #A85513 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85513 is #57AAEC. Grayscale: #666666. Windows color (decimal): -5745389 or 1267112. OLE color: 1267112.

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

Color convert

RGB 168 85 19 -
CMYK 0 0.49 0.89 0.34
HSL 26.58º 0.8% 0.37% -
HSV(B) 26.58º 0.89% 0.66% -
XYZ 19.51 14.87 2.46 -
YUV 102.29 81 174.87 -
System Red Green Blue C M Y K H S L
Decimal 168 85 19 0 0.49 0.89 0.34 26.58 0.8 0.37
Hex A8 55 13 0 31 59 22 1B 50 25
Octal 250 125 23 0 61 131 42 33 120 45
Binary 10101000 1010101 10011 0 110001 1011001 100010 11011 1010000 100101

Color Harmonies of #A85513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85513

Black with #A85513

Text Example


Text Example

White with #A85513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85513; }

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

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

background-color css

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

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

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

border-color css

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

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

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