#A93669

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

Shades of Rouge #A93669

Tints of Rouge #A93669

Color information

#A93669 (or 0xA93669) is unknown color: approx Rouge. HEX triplet: A9, 36 and 69. RGB value is (169,54,105). Sum of RGB (Red+Green+Blue) = 169+54+105=328 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.52% from 328); Green value is 54 (21.48% from 255 or 16.46% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 169 - color contains mainly: red. Hex color #A93669 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93669 is #56C996. Grayscale: #5E5E5E. Windows color (decimal): -5687703 or 6895273. OLE color: 6895273.

HSL color Cylindrical-coordinate representation of color #A93669: hue angle of 333.39º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A93669 is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB16954105-
CMYK00.680.380.34
HSL333.39º51.57%43.73%-
HSV(B)333.39º68.05%66.27%-
XYZ20.2312.0914.63-
YUV94.2134.1181.35-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 51.52%
GREEN value IS 54 (21.48% from 255) = 16.46%
BLUE value IS 105 (41.41% from 255) = 32.01%
R=51.52%
G=16.46%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1695410500.680.380.34333.3951.5743.73
HexA93669044262214d342c
Octal25166151010446425156454
Binary10101001110110110100101000100100110100010101001101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93669; }

 p { color: rgb(169,54,105); }

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

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

 a { background-color: rgb(169,54,105); }

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

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

 span { border-color: rgb(169,54,105); }

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