Html Css Color HEX #A93662 Rouge

📋 copy color: '#A93662'

red 169 ◦ green 54 ◦ blue 98

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

Shades of Rouge #A93662

Tints of Rouge #A93662

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.82%

 BLUE value IS 98 (38.67% from 255) = 30.53%

R = 52.65%
G = 16.82%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.34

RGB Variations

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

Color information

#A93662 (or 0xA93662) is known color: Rouge. HEX triplet: A9, 36 and 62. RGB value is (169,54,98). Sum of RGB (Red+Green+Blue) = 169+54+98=321 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.65% from 321); Green value is 54 (21.48% from 255 or 16.82% from 321); Blue value is 98 (38.67% from 255 or 30.53% from 321); Max value from RGB is 169 - color contains mainly: red. Hex color #A93662 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93662 is #56C99D. Grayscale: #5D5D5D. Windows color (decimal): -5687710 or 6436521. OLE color: 6436521.

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

Color convert

RGB 169 54 98 -
CMYK 0 0.68 0.42 0.34
HSL 337.04º 0.52% 0.44% -
HSV(B) 337.04º 0.68% 0.66% -
XYZ 19.89 11.96 12.81 -
YUV 93.4 130.6 181.92 -
System Red Green Blue C M Y K H S L
Decimal 169 54 98 0 0.68 0.42 0.34 337.04 0.52 0.44
Hex A9 36 62 0 44 2A 22 151 34 2C
Octal 251 66 142 0 104 52 42 521 64 54
Binary 10101001 110110 1100010 0 1000100 101010 100010 101010001 110100 101100

Color Harmonies of #A93662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93662

Black with #A93662

Text Example


Text Example

White with #A93662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93662; }

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

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

background-color css

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

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

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

border-color css

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

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

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