Html Css Color HEX #A87313 Golden Brown

📋 copy color: '#A87313'

red 168 ◦ green 115 ◦ blue 19

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

Shades of Golden Brown #A87313

Tints of Golden Brown #A87313

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.08%

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

R = 55.63%
G = 38.08%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A87313 (or 0xA87313) is known color: Golden Brown. HEX triplet: A8, 73 and 13. RGB value is (168,115,19). Sum of RGB (Red+Green+Blue) = 168+115+19=302 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.63% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 19 (7.81% from 255 or 6.29% from 302); Max value from RGB is 168 - color contains mainly: red. Hex color #A87313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87313 is #578CEC. Grayscale: #787878. Windows color (decimal): -5737709 or 1274792. OLE color: 1274792.

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

Color convert

RGB 168 115 19 -
CMYK 0 0.32 0.89 0.34
HSL 38.66º 0.8% 0.37% -
HSV(B) 38.66º 0.89% 0.66% -
XYZ 22.4 20.63 3.42 -
YUV 119.9 71.06 162.31 -
System Red Green Blue C M Y K H S L
Decimal 168 115 19 0 0.32 0.89 0.34 38.66 0.8 0.37
Hex A8 73 13 0 20 59 22 27 50 25
Octal 250 163 23 0 40 131 42 47 120 45
Binary 10101000 1110011 10011 0 100000 1011001 100010 100111 1010000 100101

Color Harmonies of #A87313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87313

Black with #A87313

Text Example


Text Example

White with #A87313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87313; }

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

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

background-color css

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

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

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

border-color css

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

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

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