#A2335F

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

Shades of Rouge #A2335F

Tints of Rouge #A2335F

Color information

#A2335F (or 0xA2335F) is unknown color: approx Rouge. HEX triplet: A2, 33 and 5F. RGB value is (162,51,95). Sum of RGB (Red+Green+Blue) = 162+51+95=308 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.60% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 162 - color contains mainly: red. Hex color #A2335F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2335F is #5DCCA0. Grayscale: #595959. Windows color (decimal): -6147233 or 6239138. OLE color: 6239138.

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

Color convert

RGB1625195-
CMYK00.690.410.36
HSL336.22º52.11%41.76%-
HSV(B)336.22º68.52%63.53%-
XYZ18.1510.8811.97-
YUV89.2131.27179.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.60%
GREEN value IS 51 (20.31% from 255) = 16.56%
BLUE value IS 95 (37.5% from 255) = 30.84%
R=52.60%
G=16.56%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162519500.690.410.36336.2252.1141.76
HexA2335F0452924150342a
Octal24263137010551445206452
Binary10100010110011101111101000101101001100100101010000110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2335F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2335F; }

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

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

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

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

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

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

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

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