#A25632

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

Shades of Piper #A25632

Tints of Piper #A25632

Color information

#A25632 (or 0xA25632) is unknown color: approx Piper. HEX triplet: A2, 56 and 32. RGB value is (162,86,50). Sum of RGB (Red+Green+Blue) = 162+86+50=298 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.36% from 298); Green value is 86 (33.98% from 255 or 28.86% from 298); Blue value is 50 (19.92% from 255 or 16.78% from 298); Max value from RGB is 162 - color contains mainly: red. Hex color #A25632 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25632 is #5DA9CD. Grayscale: #686868. Windows color (decimal): -6138318 or 3298978. OLE color: 3298978.

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

Color convert

RGB1628650-
CMYK00.470.690.36
HSL19.29º52.83%41.57%-
HSV(B)19.29º69.14%63.53%-
XYZ18.814.574.84-
YUV104.6297.18168.93-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.36%
GREEN value IS 86 (33.98% from 255) = 28.86%
BLUE value IS 50 (19.92% from 255) = 16.78%
R=54.36%
G=28.86%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162865000.470.690.3619.2952.8341.57
HexA2563202F452413352a
Octal2421266205710544236552
Binary1010001010101101100100101111100010110010010011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25632; }

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

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

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

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

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

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

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

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