#A15335

Color #A15335 Piper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Piper #A15335

Tints of Piper #A15335

Color information

#A15335 (or 0xA15335) is unknown color: approx Piper. HEX triplet: A1, 53 and 35. RGB value is (161,83,53). Sum of RGB (Red+Green+Blue) = 161+83+53=297 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.21% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 53 (21.09% from 255 or 17.85% from 297); Max value from RGB is 161 - color contains mainly: red. Hex color #A15335 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15335 is #5EACCA. Grayscale: #676767. Windows color (decimal): -6204619 or 3494817. OLE color: 3494817.

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

Color convert

RGB1618353-
CMYK00.480.670.37
HSL16.67º50.47%41.96%-
HSV(B)16.67º67.08%63.14%-
XYZ18.4314.025.1-
YUV102.999.84169.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.21%
GREEN value IS 83 (32.81% from 255) = 27.95%
BLUE value IS 53 (21.09% from 255) = 17.85%
R=54.21%
G=27.95%
B=17.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.67
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161835300.480.670.3716.6750.4741.96
HexA15335030432511322a
Octal2411236506010345216252
Binary1010000110100111101010110000100001110010110001110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15335; }

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

 H1.HeaderClassName
 {
   color: #A15335;
 }
 .AnyTagClassName
 {
   color: #A15335;
 }
</style>
background-color css

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

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

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

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

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

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