#A34469

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

Shades of Rouge #A34469

Tints of Rouge #A34469

Color information

#A34469 (or 0xA34469) is unknown color: approx Rouge. HEX triplet: A3, 44 and 69. RGB value is (163,68,105). Sum of RGB (Red+Green+Blue) = 163+68+105=336 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.51% from 336); Green value is 68 (26.95% from 255 or 20.24% from 336); Blue value is 105 (41.41% from 255 or 31.25% from 336); Max value from RGB is 163 - color contains mainly: red. Hex color #A34469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34469 is #5CBB96. Grayscale: #646464. Windows color (decimal): -6077335 or 6898851. OLE color: 6898851.

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

Color convert

RGB16368105-
CMYK00.580.360.36
HSL336.63º41.13%45.29%-
HSV(B)336.63º58.28%63.92%-
XYZ19.7212.9414.82-
YUV100.62130.47172.49-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.51%
GREEN value IS 68 (26.95% from 255) = 20.24%
BLUE value IS 105 (41.41% from 255) = 31.25%
R=48.51%
G=20.24%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636810500.580.360.36336.6341.1345.29
HexA3446903A2424151292d
Octal24310415107244445215155
Binary10100011100010011010010111010100100100100101010001101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34469; }

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

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

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

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

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

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

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

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