#A25734

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

Shades of Piper #A25734

Tints of Piper #A25734

Color information

#A25734 (or 0xA25734) is unknown color: approx Piper. HEX triplet: A2, 57 and 34. RGB value is (162,87,52). Sum of RGB (Red+Green+Blue) = 162+87+52=301 (39% of max value = 765). Red value is 162 (63.67% from 255 or 53.82% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 52 (20.70% from 255 or 17.28% from 301); Max value from RGB is 162 - color contains mainly: red. Hex color #A25734 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25734 is #5DA8CB. Grayscale: #696969. Windows color (decimal): -6138060 or 3430306. OLE color: 3430306.

HSL color Cylindrical-coordinate representation of color #A25734: hue angle of 19.09º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A25734 is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB1628752-
CMYK00.460.680.36
HSL19.09º51.4%41.96%-
HSV(B)19.09º67.9%63.53%-
XYZ18.9314.755.1-
YUV105.4397.85168.35-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.82%
GREEN value IS 87 (34.38% from 255) = 28.90%
BLUE value IS 52 (20.70% from 255) = 17.28%
R=53.82%
G=28.90%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162875200.460.680.3619.0951.441.96
HexA2573402E442413332a
Octal2421276405610444236352
Binary1010001010101111101000101110100010010010010011110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25734; }

 p { color: rgb(162,87,52); }

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

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

 a { background-color: rgb(162,87,52); }

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

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

 span { border-color: rgb(162,87,52); }

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