Html Css Color HEX #A93C66 Rouge

📋 copy color: '#A93C66'

red 169 ◦ green 60 ◦ blue 102

#A93C66
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rouge #A93C66

Tints of Rouge #A93C66

RGB

 RED value IS 169 (66.41% from 255) = 51.06%

 GREEN value IS 60 (23.83% from 255) = 18.13%

 BLUE value IS 102 (40.23% from 255) = 30.82%

R = 51.06%
G = 18.13%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#A93C66 (or 0xA93C66) is known color: Rouge. HEX triplet: A9, 3C and 66. RGB value is (169,60,102). Sum of RGB (Red+Green+Blue) = 169+60+102=331 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.06% from 331); Green value is 60 (23.83% from 255 or 18.13% from 331); Blue value is 102 (40.23% from 255 or 30.82% from 331); Max value from RGB is 169 - color contains mainly: red. Hex color #A93C66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93C66 is #56C399. Grayscale: #616161. Windows color (decimal): -5686170 or 6700201. OLE color: 6700201.

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

Color convert

RGB 169 60 102 -
CMYK 0 0.64 0.40 0.34
HSL 336.88º 0.48% 0.45% -
HSV(B) 336.88º 0.64% 0.66% -
XYZ 20.38 12.63 13.93 -
YUV 97.38 130.61 179.08 -
System Red Green Blue C M Y K H S L
Decimal 169 60 102 0 0.64 0.40 0.34 336.88 0.48 0.45
Hex A9 3C 66 0 40 28 22 151 30 2D
Octal 251 74 146 0 100 50 42 521 60 55
Binary 10101001 111100 1100110 0 1000000 101000 100010 101010001 110000 101101

Color Harmonies of #A93C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93C66

Black with #A93C66

Text Example


Text Example

White with #A93C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93C66; }

 p { color: rgb(169,60,102); }

 H1.HeaderClassName
 {
   color: #A93C66;
 }
 .AnyTagClassName
 {
   color: #A93C66;
 }
</style>

background-color css

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

 a { background-color: rgb(169,60,102); }

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

border-color css

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

 span { border-color: rgb(169,60,102); }

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