#A44067

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

Shades of Rouge #A44067

Tints of Rouge #A44067

Color information

#A44067 (or 0xA44067) is unknown color: approx Rouge. HEX triplet: A4, 40 and 67. RGB value is (164,64,103). Sum of RGB (Red+Green+Blue) = 164+64+103=331 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.55% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 103 (40.62% from 255 or 31.12% from 331); Max value from RGB is 164 - color contains mainly: red. Hex color #A44067 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44067 is #5BBF98. Grayscale: #626262. Windows color (decimal): -6012825 or 6766756. OLE color: 6766756.

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

Color convert

RGB16464103-
CMYK00.610.370.36
HSL336.6º43.86%44.71%-
HSV(B)336.6º60.98%64.31%-
XYZ19.5912.5414.22-
YUV98.35130.63174.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.55%
GREEN value IS 64 (25.39% from 255) = 19.34%
BLUE value IS 103 (40.62% from 255) = 31.12%
R=49.55%
G=19.34%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646410300.610.370.36336.643.8644.71
HexA4406703D25241512c2d
Octal24410014707545445215455
Binary10100100100000011001110111101100101100100101010001101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44067; }

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

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

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

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

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

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

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

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