Html Css Color HEX #A85613 Rich Gold

📋 copy color: '#A85613'

red 168 ◦ green 86 ◦ blue 19

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

Shades of Rich Gold #A85613

Tints of Rich Gold #A85613

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.5%

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

R = 61.54%
G = 31.5%
B = 6.96%

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

#A85613 (or 0xA85613) is known color: Rich Gold. HEX triplet: A8, 56 and 13. RGB value is (168,86,19). Sum of RGB (Red+Green+Blue) = 168+86+19=273 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.54% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 168 - color contains mainly: red. Hex color #A85613 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85613 is #57A9EC. Grayscale: #676767. Windows color (decimal): -5745133 or 1267368. OLE color: 1267368.

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

Color convert

RGB 168 86 19 -
CMYK 0 0.49 0.89 0.34
HSL 26.98º 0.8% 0.37% -
HSV(B) 26.98º 0.89% 0.66% -
XYZ 19.59 15.03 2.48 -
YUV 102.88 80.67 174.45 -
System Red Green Blue C M Y K H S L
Decimal 168 86 19 0 0.49 0.89 0.34 26.98 0.8 0.37
Hex A8 56 13 0 31 59 22 1B 50 25
Octal 250 126 23 0 61 131 42 33 120 45
Binary 10101000 1010110 10011 0 110001 1011001 100010 11011 1010000 100101

Color Harmonies of #A85613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85613

Black with #A85613

Text Example


Text Example

White with #A85613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85613; }

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

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

background-color css

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

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

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

border-color css

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

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

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