#A25233

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

Shades of Piper #A25233

Tints of Piper #A25233

Color information

#A25233 (or 0xA25233) is unknown color: approx Piper. HEX triplet: A2, 52 and 33. RGB value is (162,82,51). Sum of RGB (Red+Green+Blue) = 162+82+51=295 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.92% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 51 (20.31% from 255 or 17.29% from 295); Max value from RGB is 162 - color contains mainly: red. Hex color #A25233 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25233 is #5DADCC. Grayscale: #666666. Windows color (decimal): -6139341 or 3363490. OLE color: 3363490.

HSL color Cylindrical-coordinate representation of color #A25233: hue angle of 16.76º degrees, saturation: 0.52, 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 #A25233 is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB1628251-
CMYK00.490.690.36
HSL16.76º52.11%41.76%-
HSV(B)16.76º68.52%63.53%-
XYZ18.5213.954.85-
YUV102.3999170.52-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.92%
GREEN value IS 82 (32.42% from 255) = 27.80%
BLUE value IS 51 (20.31% from 255) = 17.29%
R=54.92%
G=27.80%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162825100.490.690.3616.7652.1141.76
HexA25233031452411342a
Octal2421226306110544216452
Binary1010001010100101100110110001100010110010010001110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25233; }

 p { color: rgb(162,82,51); }

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

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

 a { background-color: rgb(162,82,51); }

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

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

 span { border-color: rgb(162,82,51); }

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