#A34462

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

Shades of Rouge #A34462

Tints of Rouge #A34462

Color information

#A34462 (or 0xA34462) is unknown color: approx Rouge. HEX triplet: A3, 44 and 62. RGB value is (163,68,98). Sum of RGB (Red+Green+Blue) = 163+68+98=329 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.54% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 98 (38.67% from 255 or 29.79% from 329); Max value from RGB is 163 - color contains mainly: red. Hex color #A34462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34462 is #5CBB9D. Grayscale: #636363. Windows color (decimal): -6077342 or 6440099. OLE color: 6440099.

HSL color Cylindrical-coordinate representation of color #A34462: hue angle of 341.05º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A34462 is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB1636898-
CMYK00.580.400.36
HSL341.05º41.13%45.29%-
HSV(B)341.05º58.28%63.92%-
XYZ19.3812.813.01-
YUV99.82126.97173.06-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.54%
GREEN value IS 68 (26.95% from 255) = 20.67%
BLUE value IS 98 (38.67% from 255) = 29.79%
R=49.54%
G=20.67%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163689800.580.400.36341.0541.1345.29
HexA3446203A2824155292d
Octal24310414207250445255155
Binary10100011100010011000100111010101000100100101010101101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34462; }

 p { color: rgb(163,68,98); }

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

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

 a { background-color: rgb(163,68,98); }

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

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

 span { border-color: rgb(163,68,98); }

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