#A25535

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

Shades of Piper #A25535

Tints of Piper #A25535

Color information

#A25535 (or 0xA25535) is unknown color: approx Piper. HEX triplet: A2, 55 and 35. RGB value is (162,85,53). Sum of RGB (Red+Green+Blue) = 162+85+53=300 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 53 (21.09% from 255 or 17.67% from 300); Max value from RGB is 162 - color contains mainly: red. Hex color #A25535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25535 is #5DAACA. Grayscale: #686868. Windows color (decimal): -6138571 or 3495330. OLE color: 3495330.

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

Color convert

RGB1628553-
CMYK00.480.670.36
HSL17.61º50.7%42.16%-
HSV(B)17.61º67.28%63.53%-
XYZ18.7914.445.16-
YUV104.3899.01169.1-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54%
GREEN value IS 85 (33.59% from 255) = 28.33%
BLUE value IS 53 (21.09% from 255) = 17.67%
R=54%
G=28.33%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162855300.480.670.3617.6150.742.16
HexA25535030432412332a
Octal2421256506010344226352
Binary1010001010101011101010110000100001110010010010110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25535; }

 p { color: rgb(162,85,53); }

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

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

 a { background-color: rgb(162,85,53); }

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

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

 span { border-color: rgb(162,85,53); }

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