#A8335F

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

Shades of Rouge #A8335F

Tints of Rouge #A8335F

Color information

#A8335F (or 0xA8335F) is unknown color: approx Rouge. HEX triplet: A8, 33 and 5F. RGB value is (168,51,95). Sum of RGB (Red+Green+Blue) = 168+51+95=314 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.50% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 95 (37.5% from 255 or 30.25% from 314); Max value from RGB is 168 - color contains mainly: red. Hex color #A8335F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8335F is #57CCA0. Grayscale: #5A5A5A. Windows color (decimal): -5754017 or 6239144. OLE color: 6239144.

HSL color Cylindrical-coordinate representation of color #A8335F: hue angle of 337.44º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A8335F is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB1685195-
CMYK00.700.430.34
HSL337.44º53.42%42.94%-
HSV(B)337.44º69.64%65.88%-
XYZ19.411.5212.03-
YUV91130.26182.92-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 53.50%
GREEN value IS 51 (20.31% from 255) = 16.24%
BLUE value IS 95 (37.5% from 255) = 30.25%
R=53.50%
G=16.24%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168519500.700.430.34337.4453.4242.94
HexA8335F0462B22151352b
Octal25063137010653425216553
Binary10101000110011101111101000110101011100010101010001110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8335F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8335F; }

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

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

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

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

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

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

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

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