#A44365

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

Shades of Rouge #A44365

Tints of Rouge #A44365

Color information

#A44365 (or 0xA44365) is unknown color: approx Rouge. HEX triplet: A4, 43 and 65. RGB value is (164,67,101). Sum of RGB (Red+Green+Blue) = 164+67+101=332 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.40% from 332); Green value is 67 (26.56% from 255 or 20.18% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 164 - color contains mainly: red. Hex color #A44365 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44365 is #5BBC9A. Grayscale: #636363. Windows color (decimal): -6012059 or 6636452. OLE color: 6636452.

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

Color convert

RGB16467101-
CMYK00.590.380.36
HSL338.97º41.99%45.29%-
HSV(B)338.97º59.15%64.31%-
XYZ19.6712.8513.76-
YUV99.88128.64173.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.40%
GREEN value IS 67 (26.56% from 255) = 20.18%
BLUE value IS 101 (39.84% from 255) = 30.42%
R=49.40%
G=20.18%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646710100.590.380.36338.9741.9945.29
HexA4436503B26241532a2d
Octal24410314507346445235255
Binary10100100100001111001010111011100110100100101010011101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44365; }

 p { color: rgb(164,67,101); }

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

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

 a { background-color: rgb(164,67,101); }

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

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

 span { border-color: rgb(164,67,101); }

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