#A44A67

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

Shades of Rouge #A44A67

Tints of Rouge #A44A67

Color information

#A44A67 (or 0xA44A67) is unknown color: approx Rouge. HEX triplet: A4, 4A and 67. RGB value is (164,74,103). Sum of RGB (Red+Green+Blue) = 164+74+103=341 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.09% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 103 (40.62% from 255 or 30.21% from 341); Max value from RGB is 164 - color contains mainly: red. Hex color #A44A67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44A67 is #5BB598. Grayscale: #686868. Windows color (decimal): -6010265 or 6769316. OLE color: 6769316.

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

Color convert

RGB16474103-
CMYK00.550.370.36
HSL340.67º37.82%46.67%-
HSV(B)340.67º54.88%64.31%-
XYZ20.2113.7714.42-
YUV104.22127.32170.64-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.09%
GREEN value IS 74 (29.30% from 255) = 21.70%
BLUE value IS 103 (40.62% from 255) = 30.21%
R=48.09%
G=21.70%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647410300.550.370.36340.6737.8246.67
HexA44A670372524155262f
Octal24411214706745445254657
Binary10100100100101011001110110111100101100100101010101100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44A67; }

 p { color: rgb(164,74,103); }

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

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

 a { background-color: rgb(164,74,103); }

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

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

 span { border-color: rgb(164,74,103); }

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