Html Css Color HEX #A87213 Golden Brown

📋 copy color: '#A87213'

red 168 ◦ green 114 ◦ blue 19

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

Shades of Golden Brown #A87213

Tints of Golden Brown #A87213

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.87%

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

R = 55.81%
G = 37.87%
B = 6.31%

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

#A87213 (or 0xA87213) is known color: Golden Brown. HEX triplet: A8, 72 and 13. RGB value is (168,114,19). Sum of RGB (Red+Green+Blue) = 168+114+19=301 (39% of max value = 765). Red value is 168 (66.02% from 255 or 55.81% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 19 (7.81% from 255 or 6.31% from 301); Max value from RGB is 168 - color contains mainly: red. Hex color #A87213 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87213 is #578DEC. Grayscale: #777777. Windows color (decimal): -5737965 or 1274536. OLE color: 1274536.

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

Color convert

RGB 168 114 19 -
CMYK 0 0.32 0.89 0.34
HSL 38.26º 0.8% 0.37% -
HSV(B) 38.26º 0.89% 0.66% -
XYZ 22.28 20.41 3.38 -
YUV 119.32 71.39 162.72 -
System Red Green Blue C M Y K H S L
Decimal 168 114 19 0 0.32 0.89 0.34 38.26 0.8 0.37
Hex A8 72 13 0 20 59 22 26 50 25
Octal 250 162 23 0 40 131 42 46 120 45
Binary 10101000 1110010 10011 0 100000 1011001 100010 100110 1010000 100101

Color Harmonies of #A87213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87213

Black with #A87213

Text Example


Text Example

White with #A87213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87213; }

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

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

background-color css

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

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

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

border-color css

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

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

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