#A25635

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

Shades of Piper #A25635

Tints of Piper #A25635

Color information

#A25635 (or 0xA25635) is unknown color: approx Piper. HEX triplet: A2, 56 and 35. RGB value is (162,86,53). Sum of RGB (Red+Green+Blue) = 162+86+53=301 (39% of max value = 765). Red value is 162 (63.67% from 255 or 53.82% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 53 (21.09% from 255 or 17.61% from 301); Max value from RGB is 162 - color contains mainly: red. Hex color #A25635 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25635 is #5DA9CA. Grayscale: #696969. Windows color (decimal): -6138315 or 3495586. OLE color: 3495586.

HSL color Cylindrical-coordinate representation of color #A25635: hue angle of 18.17º 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 #A25635 is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB1628653-
CMYK00.470.670.36
HSL18.17º50.7%42.16%-
HSV(B)18.17º67.28%63.53%-
XYZ18.8714.595.19-
YUV104.9698.68168.68-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.82%
GREEN value IS 86 (33.98% from 255) = 28.57%
BLUE value IS 53 (21.09% from 255) = 17.61%
R=53.82%
G=28.57%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162865300.470.670.3618.1750.742.16
HexA2563502F432412332a
Octal2421266505710344226352
Binary1010001010101101101010101111100001110010010010110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25635; }

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

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

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

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

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

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

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

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