#A93A67

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

Shades of Rouge #A93A67

Tints of Rouge #A93A67

Color information

#A93A67 (or 0xA93A67) is unknown color: approx Rouge. HEX triplet: A9, 3A and 67. RGB value is (169,58,103). Sum of RGB (Red+Green+Blue) = 169+58+103=330 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.21% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 103 (40.62% from 255 or 31.21% from 330); Max value from RGB is 169 - color contains mainly: red. Hex color #A93A67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93A67 is #56C598. Grayscale: #606060. Windows color (decimal): -5686681 or 6765225. OLE color: 6765225.

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

Color convert

RGB16958103-
CMYK00.660.390.34
HSL335.68º48.9%44.51%-
HSV(B)335.68º65.68%66.27%-
XYZ20.3212.4414.16-
YUV96.32131.77179.84-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 51.21%
GREEN value IS 58 (23.05% from 255) = 17.58%
BLUE value IS 103 (40.62% from 255) = 31.21%
R=51.21%
G=17.58%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.39
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1695810300.660.390.34335.6848.944.51
HexA93A670422722150312d
Octal25172147010247425206155
Binary10101001111010110011101000010100111100010101010000110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93A67; }

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

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

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

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

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

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

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

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