Html Css Color HEX #A85013 Rich Gold

📋 copy color: '#A85013'

red 168 ◦ green 80 ◦ blue 19

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

Shades of Rich Gold #A85013

Tints of Rich Gold #A85013

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.96%

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

R = 62.92%
G = 29.96%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A85013 (or 0xA85013) is known color: Rich Gold. HEX triplet: A8, 50 and 13. RGB value is (168,80,19). Sum of RGB (Red+Green+Blue) = 168+80+19=267 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.92% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 19 (7.81% from 255 or 7.12% from 267); Max value from RGB is 168 - color contains mainly: red. Hex color #A85013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85013 is #57AFEC. Grayscale: #636363. Windows color (decimal): -5746669 or 1265832. OLE color: 1265832.

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

Color convert

RGB 168 80 19 -
CMYK 0 0.52 0.89 0.34
HSL 24.56º 0.8% 0.37% -
HSV(B) 24.56º 0.89% 0.66% -
XYZ 19.13 14.11 2.33 -
YUV 99.36 82.65 176.96 -
System Red Green Blue C M Y K H S L
Decimal 168 80 19 0 0.52 0.89 0.34 24.56 0.8 0.37
Hex A8 50 13 0 34 59 22 19 50 25
Octal 250 120 23 0 64 131 42 31 120 45
Binary 10101000 1010000 10011 0 110100 1011001 100010 11001 1010000 100101

Color Harmonies of #A85013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85013

Black with #A85013

Text Example


Text Example

White with #A85013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85013; }

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

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

background-color css

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

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

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

border-color css

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

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

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