#A25831

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

Shades of Piper #A25831

Tints of Piper #A25831

Color information

#A25831 (or 0xA25831) is unknown color: approx Piper. HEX triplet: A2, 58 and 31. RGB value is (162,88,49). Sum of RGB (Red+Green+Blue) = 162+88+49=299 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.18% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 49 (19.53% from 255 or 16.39% from 299); Max value from RGB is 162 - color contains mainly: red. Hex color #A25831 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25831 is #5DA7CE. Grayscale: #696969. Windows color (decimal): -6137807 or 3233954. OLE color: 3233954.

HSL color Cylindrical-coordinate representation of color #A25831: hue angle of 20.71º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A25831 is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB1628849-
CMYK00.460.700.36
HSL20.71º53.55%41.37%-
HSV(B)20.71º69.75%63.53%-
XYZ18.9414.884.78-
YUV105.6896.02168.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.18%
GREEN value IS 88 (34.77% from 255) = 29.43%
BLUE value IS 49 (19.53% from 255) = 16.39%
R=54.18%
G=29.43%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162884900.460.700.3620.7153.5541.37
HexA2583102E4624153629
Octal2421306105610644256651
Binary1010001010110001100010101110100011010010010101110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25831; }

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

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

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

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

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

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

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

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