#A44368

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

Shades of Rouge #A44368

Tints of Rouge #A44368

Color information

#A44368 (or 0xA44368) is unknown color: approx Rouge. HEX triplet: A4, 43 and 68. RGB value is (164,67,104). Sum of RGB (Red+Green+Blue) = 164+67+104=335 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.96% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 164 - color contains mainly: red. Hex color #A44368 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44368 is #5BBC97. Grayscale: #646464. Windows color (decimal): -6012056 or 6833060. OLE color: 6833060.

HSL color Cylindrical-coordinate representation of color #A44368: hue angle of 337.11º 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 #A44368 is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB16467104-
CMYK00.590.370.36
HSL337.11º41.99%45.29%-
HSV(B)337.11º59.15%64.31%-
XYZ19.8212.9114.54-
YUV100.22130.14173.49-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.96%
GREEN value IS 67 (26.56% from 255) = 20%
BLUE value IS 104 (41.02% from 255) = 31.04%
R=48.96%
G=20%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646710400.590.370.36337.1141.9945.29
HexA4436803B25241512a2d
Octal24410315007345445215255
Binary10100100100001111010000111011100101100100101010001101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44368; }

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

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

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

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

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

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

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

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