Html Css Color HEX #A93760 Rouge

📋 copy color: '#A93760'

red 169 ◦ green 55 ◦ blue 96

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

Shades of Rouge #A93760

Tints of Rouge #A93760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 30%

R = 52.81%
G = 17.19%
B = 30%

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

#A93760 (or 0xA93760) is known color: Rouge. HEX triplet: A9, 37 and 60. RGB value is (169,55,96). Sum of RGB (Red+Green+Blue) = 169+55+96=320 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.81% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 96 (37.89% from 255 or 30% from 320); Max value from RGB is 169 - color contains mainly: red. Hex color #A93760 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93760 is #56C89F. Grayscale: #5D5D5D. Windows color (decimal): -5687456 or 6305705. OLE color: 6305705.

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

Color convert

RGB 169 55 96 -
CMYK 0 0.67 0.43 0.34
HSL 338.42º 0.51% 0.44% -
HSV(B) 338.42º 0.67% 0.66% -
XYZ 19.84 12.01 12.34 -
YUV 93.76 129.27 181.67 -
System Red Green Blue C M Y K H S L
Decimal 169 55 96 0 0.67 0.43 0.34 338.42 0.51 0.44
Hex A9 37 60 0 43 2B 22 152 33 2C
Octal 251 67 140 0 103 53 42 522 63 54
Binary 10101001 110111 1100000 0 1000011 101011 100010 101010010 110011 101100

Color Harmonies of #A93760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93760

Black with #A93760

Text Example


Text Example

White with #A93760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93760; }

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

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

background-color css

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

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

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

border-color css

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

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

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