Html Css Color HEX #A87215 Golden Brown

📋 copy color: '#A87215'

red 168 ◦ green 114 ◦ blue 21

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

Shades of Golden Brown #A87215

Tints of Golden Brown #A87215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.93%

R = 55.45%
G = 37.62%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A87215 (or 0xA87215) is known color: Golden Brown. HEX triplet: A8, 72 and 15. RGB value is (168,114,21). Sum of RGB (Red+Green+Blue) = 168+114+21=303 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.45% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 21 (8.59% from 255 or 6.93% from 303); Max value from RGB is 168 - color contains mainly: red. Hex color #A87215 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87215 is #578DEA. Grayscale: #777777. Windows color (decimal): -5737963 or 1405608. OLE color: 1405608.

HSL color Cylindrical-coordinate representation of color #A87215: hue angle of 37.96º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A87215 is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 114 21 -
CMYK 0 0.32 0.88 0.34
HSL 37.96º 0.78% 0.37% -
HSV(B) 37.96º 0.88% 0.66% -
XYZ 22.3 20.41 3.47 -
YUV 119.54 72.39 162.56 -
System Red Green Blue C M Y K H S L
Decimal 168 114 21 0 0.32 0.88 0.34 37.96 0.78 0.37
Hex A8 72 15 0 20 58 22 26 4E 25
Octal 250 162 25 0 40 130 42 46 116 45
Binary 10101000 1110010 10101 0 100000 1011000 100010 100110 1001110 100101

Color Harmonies of #A87215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87215

Black with #A87215

Text Example


Text Example

White with #A87215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87215; }

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

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

background-color css

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

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

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

border-color css

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

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

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