Html Css Color HEX #A85713 Rich Gold

📋 copy color: '#A85713'

red 168 ◦ green 87 ◦ blue 19

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

Shades of Rich Gold #A85713

Tints of Rich Gold #A85713

RGB

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

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

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

R = 61.31%
G = 31.75%
B = 6.93%

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

#A85713 (or 0xA85713) is known color: Rich Gold. HEX triplet: A8, 57 and 13. RGB value is (168,87,19). Sum of RGB (Red+Green+Blue) = 168+87+19=274 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.31% from 274); Green value is 87 (34.38% from 255 or 31.75% from 274); Blue value is 19 (7.81% from 255 or 6.93% from 274); Max value from RGB is 168 - color contains mainly: red. Hex color #A85713 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85713 is #57A8EC. Grayscale: #676767. Windows color (decimal): -5744877 or 1267624. OLE color: 1267624.

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

Color convert

RGB 168 87 19 -
CMYK 0 0.48 0.89 0.34
HSL 27.38º 0.8% 0.37% -
HSV(B) 27.38º 0.89% 0.66% -
XYZ 19.67 15.19 2.51 -
YUV 103.47 80.34 174.03 -
System Red Green Blue C M Y K H S L
Decimal 168 87 19 0 0.48 0.89 0.34 27.38 0.8 0.37
Hex A8 57 13 0 30 59 22 1B 50 25
Octal 250 127 23 0 60 131 42 33 120 45
Binary 10101000 1010111 10011 0 110000 1011001 100010 11011 1010000 100101

Color Harmonies of #A85713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85713

Black with #A85713

Text Example


Text Example

White with #A85713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85713; }

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

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

background-color css

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

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

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

border-color css

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

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

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