Html Css Color HEX #A93761 Rouge

📋 copy color: '#A93761'

red 169 ◦ green 55 ◦ blue 97

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

Shades of Rouge #A93761

Tints of Rouge #A93761

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.13%

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

R = 52.65%
G = 17.13%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A93761 (or 0xA93761) is known color: Rouge. HEX triplet: A9, 37 and 61. RGB value is (169,55,97). Sum of RGB (Red+Green+Blue) = 169+55+97=321 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.65% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 97 (38.28% from 255 or 30.22% from 321); Max value from RGB is 169 - color contains mainly: red. Hex color #A93761 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93761 is #56C89E. Grayscale: #5D5D5D. Windows color (decimal): -5687455 or 6371241. OLE color: 6371241.

HSL color Cylindrical-coordinate representation of color #A93761: hue angle of 337.89º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A93761 is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 55 97 -
CMYK 0 0.67 0.43 0.34
HSL 337.89º 0.51% 0.44% -
HSV(B) 337.89º 0.67% 0.66% -
XYZ 19.89 12.03 12.58 -
YUV 93.87 129.77 181.58 -
System Red Green Blue C M Y K H S L
Decimal 169 55 97 0 0.67 0.43 0.34 337.89 0.51 0.44
Hex A9 37 61 0 43 2B 22 152 33 2C
Octal 251 67 141 0 103 53 42 522 63 54
Binary 10101001 110111 1100001 0 1000011 101011 100010 101010010 110011 101100

Color Harmonies of #A93761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93761

Black with #A93761

Text Example


Text Example

White with #A93761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93761; }

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

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

background-color css

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

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

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

border-color css

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

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

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