Html Css Color HEX #A15336 Piper

📋 copy color: '#A15336'

red 161 ◦ green 83 ◦ blue 54

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

Shades of Piper #A15336

Tints of Piper #A15336

RGB

 RED value IS 161 (63.28% from 255) = 54.03%

 GREEN value IS 83 (32.81% from 255) = 27.85%

 BLUE value IS 54 (21.48% from 255) = 18.12%

R = 54.03%
G = 27.85%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A15336 (or 0xA15336) is known color: Piper. HEX triplet: A1, 53 and 36. RGB value is (161,83,54). Sum of RGB (Red+Green+Blue) = 161+83+54=298 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.03% from 298); Green value is 83 (32.81% from 255 or 27.85% from 298); Blue value is 54 (21.48% from 255 or 18.12% from 298); Max value from RGB is 161 - color contains mainly: red. Hex color #A15336 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15336 is #5EACC9. Grayscale: #676767. Windows color (decimal): -6204618 or 3560353. OLE color: 3560353.

HSL color Cylindrical-coordinate representation of color #A15336: hue angle of 16.26º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A15336 is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 83 54 -
CMYK 0 0.48 0.66 0.37
HSL 16.26º 0.5% 0.42% -
HSV(B) 16.26º 0.66% 0.63% -
XYZ 18.46 14.03 5.23 -
YUV 103.02 100.34 169.36 -
System Red Green Blue C M Y K H S L
Decimal 161 83 54 0 0.48 0.66 0.37 16.26 0.5 0.42
Hex A1 53 36 0 30 42 25 10 32 2A
Octal 241 123 66 0 60 102 45 20 62 52
Binary 10100001 1010011 110110 0 110000 1000010 100101 10000 110010 101010

Color Harmonies of #A15336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15336

Black with #A15336

Text Example


Text Example

White with #A15336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15336; }

 p { color: rgb(161,83,54); }

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

background-color css

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

 a { background-color: rgb(161,83,54); }

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

border-color css

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

 span { border-color: rgb(161,83,54); }

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