#A93F67

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

Shades of Rouge #A93F67

Tints of Rouge #A93F67

Color information

#A93F67 (or 0xA93F67) is unknown color: approx Rouge. HEX triplet: A9, 3F and 67. RGB value is (169,63,103). Sum of RGB (Red+Green+Blue) = 169+63+103=335 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.45% from 335); Green value is 63 (25% from 255 or 18.81% from 335); Blue value is 103 (40.62% from 255 or 30.75% from 335); Max value from RGB is 169 - color contains mainly: red. Hex color #A93F67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93F67 is #56C098. Grayscale: #636363. Windows color (decimal): -5685401 or 6766505. OLE color: 6766505.

HSL color Cylindrical-coordinate representation of color #A93F67: hue angle of 337.36º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A93F67 is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.34.

Color convert

RGB16963103-
CMYK00.630.390.34
HSL337.36º45.69%45.49%-
HSV(B)337.36º62.72%66.27%-
XYZ20.5912.9714.25-
YUV99.25130.12177.75-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.45%
GREEN value IS 63 (25% from 255) = 18.81%
BLUE value IS 103 (40.62% from 255) = 30.75%
R=50.45%
G=18.81%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.39
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696310300.630.390.34337.3645.6945.49
HexA93F6703F27221512e2d
Octal2517714707747425215655
Binary1010100111111111001110111111100111100010101010001101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93F67; }

 p { color: rgb(169,63,103); }

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

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

 a { background-color: rgb(169,63,103); }

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

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

 span { border-color: rgb(169,63,103); }

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