#A25533

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

Shades of Piper #A25533

Tints of Piper #A25533

Color information

#A25533 (or 0xA25533) is unknown color: approx Piper. HEX triplet: A2, 55 and 33. RGB value is (162,85,51). Sum of RGB (Red+Green+Blue) = 162+85+51=298 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.36% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 51 (20.31% from 255 or 17.11% from 298); Max value from RGB is 162 - color contains mainly: red. Hex color #A25533 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25533 is #5DAACC. Grayscale: #686868. Windows color (decimal): -6138573 or 3364258. OLE color: 3364258.

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

Color convert

RGB1628551-
CMYK00.480.690.36
HSL18.38º52.11%41.76%-
HSV(B)18.38º68.52%63.53%-
XYZ18.7514.424.93-
YUV104.1598.01169.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.36%
GREEN value IS 85 (33.59% from 255) = 28.52%
BLUE value IS 51 (20.31% from 255) = 17.11%
R=54.36%
G=28.52%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162855100.480.690.3618.3852.1141.76
HexA25533030452412342a
Octal2421256306010544226452
Binary1010001010101011100110110000100010110010010010110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25533; }

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

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

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

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

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

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

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

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