#AA4B67

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

Shades of Rouge #AA4B67

Tints of Rouge #AA4B67

Color information

#AA4B67 (or 0xAA4B67) is unknown color: approx Rouge. HEX triplet: AA, 4B and 67. RGB value is (170,75,103). Sum of RGB (Red+Green+Blue) = 170+75+103=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 75 (29.69% from 255 or 21.55% from 348); Blue value is 103 (40.62% from 255 or 29.60% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4B67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4B67 is #55B498. Grayscale: #6A6A6A. Windows color (decimal): -5616793 or 6769578. OLE color: 6769578.

HSL color Cylindrical-coordinate representation of color #AA4B67: hue angle of 342.32º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA4B67 is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB17075103-
CMYK00.560.390.33
HSL342.32º38.78%48.04%-
HSV(B)342.32º55.88%66.67%-
XYZ21.5414.5614.51-
YUV106.6125.97173.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.85%
GREEN value IS 75 (29.69% from 255) = 21.55%
BLUE value IS 103 (40.62% from 255) = 29.60%
R=48.85%
G=21.55%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707510300.560.390.33342.3238.7848.04
HexAA4B6703827211562730
Octal25211314707047415264760
Binary10101010100101111001110111000100111100001101010110100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4B67; }

 p { color: rgb(170,75,103); }

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

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

 a { background-color: rgb(170,75,103); }

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

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

 span { border-color: rgb(170,75,103); }

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