#A25833

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

Shades of Piper #A25833

Tints of Piper #A25833

Color information

#A25833 (or 0xA25833) is unknown color: approx Piper. HEX triplet: A2, 58 and 33. RGB value is (162,88,51). Sum of RGB (Red+Green+Blue) = 162+88+51=301 (39% of max value = 765). Red value is 162 (63.67% from 255 or 53.82% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 51 (20.31% from 255 or 16.94% from 301); Max value from RGB is 162 - color contains mainly: red. Hex color #A25833 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25833 is #5DA7CC. Grayscale: #6A6A6A. Windows color (decimal): -6137805 or 3365026. OLE color: 3365026.

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

Color convert

RGB1628851-
CMYK00.460.690.36
HSL20º52.11%41.76%-
HSV(B)20º68.52%63.53%-
XYZ18.9914.95.01-
YUV105.9197.02168.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.82%
GREEN value IS 88 (34.77% from 255) = 29.24%
BLUE value IS 51 (20.31% from 255) = 16.94%
R=53.82%
G=29.24%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162885100.460.690.362052.1141.76
HexA2583302E452414342a
Octal2421306305610544246452
Binary1010001010110001100110101110100010110010010100110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25833; }

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

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

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

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

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

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

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

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