#A25633

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

Shades of Piper #A25633

Tints of Piper #A25633

Color information

#A25633 (or 0xA25633) is unknown color: approx Piper. HEX triplet: A2, 56 and 33. RGB value is (162,86,51). Sum of RGB (Red+Green+Blue) = 162+86+51=299 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.18% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 51 (20.31% from 255 or 17.06% from 299); Max value from RGB is 162 - color contains mainly: red. Hex color #A25633 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25633 is #5DA9CC. Grayscale: #686868. Windows color (decimal): -6138317 or 3364514. OLE color: 3364514.

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

Color convert

RGB1628651-
CMYK00.470.690.36
HSL18.92º52.11%41.76%-
HSV(B)18.92º68.52%63.53%-
XYZ18.8314.584.95-
YUV104.7397.68168.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.18%
GREEN value IS 86 (33.98% from 255) = 28.76%
BLUE value IS 51 (20.31% from 255) = 17.06%
R=54.18%
G=28.76%
B=17.06%

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
Decimal162865100.470.690.3618.9252.1141.76
HexA2563302F452413342a
Octal2421266305710544236452
Binary1010001010101101100110101111100010110010010011110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25633; }

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

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

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

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

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

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

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

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