Html Css Color HEX #A93C64 Rouge

📋 copy color: '#A93C64'

red 169 ◦ green 60 ◦ blue 100

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

Shades of Rouge #A93C64

Tints of Rouge #A93C64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 30.4%

R = 51.37%
G = 18.24%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.34

RGB Variations

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

Color information

#A93C64 (or 0xA93C64) is known color: Rouge. HEX triplet: A9, 3C and 64. RGB value is (169,60,100). Sum of RGB (Red+Green+Blue) = 169+60+100=329 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.37% from 329); Green value is 60 (23.83% from 255 or 18.24% from 329); Blue value is 100 (39.45% from 255 or 30.40% from 329); Max value from RGB is 169 - color contains mainly: red. Hex color #A93C64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93C64 is #56C39B. Grayscale: #616161. Windows color (decimal): -5686172 or 6569129. OLE color: 6569129.

HSL color Cylindrical-coordinate representation of color #A93C64: hue angle of 337.98º 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 #A93C64 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 60 100 -
CMYK 0 0.64 0.41 0.34
HSL 337.98º 0.48% 0.45% -
HSV(B) 337.98º 0.64% 0.66% -
XYZ 20.28 12.59 13.42 -
YUV 97.15 129.61 179.25 -
System Red Green Blue C M Y K H S L
Decimal 169 60 100 0 0.64 0.41 0.34 337.98 0.48 0.45
Hex A9 3C 64 0 40 29 22 152 30 2D
Octal 251 74 144 0 100 51 42 522 60 55
Binary 10101001 111100 1100100 0 1000000 101001 100010 101010010 110000 101101

Color Harmonies of #A93C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93C64

Black with #A93C64

Text Example


Text Example

White with #A93C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93C64; }

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

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

background-color css

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

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

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

border-color css

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

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

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