#a44b6b

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

Shades of Rouge #A44B6B

Tints of Rouge #A44B6B

Color information

#A44B6B (or 0xA44B6B) is unknown color: approx Rouge. HEX triplet: A4, 4B and 6B. RGB value is (164,75,107). Sum of RGB (Red+Green+Blue) = 164+75+107=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 75 (29.69% from 255 or 21.68% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 164 - color contains mainly: red. Hex color #A44B6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44B6B is #5BB494. Grayscale: #696969. Windows color (decimal): -6010005 or 7031716. OLE color: 7031716.

HSL color Cylindrical-coordinate representation of color #A44B6B: hue angle of 338.43º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A44B6B is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB16475107-
CMYK00.540.350.36
HSL338.43º37.24%46.86%-
HSV(B)338.43º54.27%64.31%-
XYZ20.4813.9915.53-
YUV105.26128.99169.9-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.40%
GREEN value IS 75 (29.69% from 255) = 21.68%
BLUE value IS 107 (42.19% from 255) = 30.92%
R=47.40%
G=21.68%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647510700.540.350.36338.4337.2446.86
HexA44B6B0362324152252f
Octal24411315306643445224557
Binary10100100100101111010110110110100011100100101010010100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a44b6b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a44b6b; }

 p { color: rgb(164,75,107); }

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

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

 a { background-color: rgb(164,75,107); }

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

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

 span { border-color: rgb(164,75,107); }

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