Html Css Color HEX #A93E61 Rouge

📋 copy color: '#A93E61'

red 169 ◦ green 62 ◦ blue 97

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

Shades of Rouge #A93E61

Tints of Rouge #A93E61

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.9%

 BLUE value IS 97 (38.28% from 255) = 29.57%

R = 51.52%
G = 18.9%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A93E61 (or 0xA93E61) is known color: Rouge. HEX triplet: A9, 3E and 61. RGB value is (169,62,97). Sum of RGB (Red+Green+Blue) = 169+62+97=328 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.52% from 328); Green value is 62 (24.61% from 255 or 18.90% from 328); Blue value is 97 (38.28% from 255 or 29.57% from 328); Max value from RGB is 169 - color contains mainly: red. Hex color #A93E61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93E61 is #56C19E. Grayscale: #616161. Windows color (decimal): -5685663 or 6373033. OLE color: 6373033.

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

Color convert

RGB 169 62 97 -
CMYK 0 0.63 0.43 0.34
HSL 340.37º 0.46% 0.45% -
HSV(B) 340.37º 0.63% 0.66% -
XYZ 20.24 12.74 12.7 -
YUV 97.98 127.45 178.65 -
System Red Green Blue C M Y K H S L
Decimal 169 62 97 0 0.63 0.43 0.34 340.37 0.46 0.45
Hex A9 3E 61 0 3F 2B 22 154 2E 2D
Octal 251 76 141 0 77 53 42 524 56 55
Binary 10101001 111110 1100001 0 111111 101011 100010 101010100 101110 101101

Color Harmonies of #A93E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93E61

Black with #A93E61

Text Example


Text Example

White with #A93E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93E61; }

 p { color: rgb(169,62,97); }

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

background-color css

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

 a { background-color: rgb(169,62,97); }

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

border-color css

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

 span { border-color: rgb(169,62,97); }

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