Html Css Color HEX #A03973 Rouge

📋 copy color: '#A03973'

red 160 ◦ green 57 ◦ blue 115

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

Shades of Rouge #A03973

Tints of Rouge #A03973

RGB

 RED value IS 160 (62.89% from 255) = 48.19%

 GREEN value IS 57 (22.66% from 255) = 17.17%

 BLUE value IS 115 (45.31% from 255) = 34.64%

R = 48.19%
G = 17.17%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A03973 (or 0xA03973) is known color: Rouge. HEX triplet: A0, 39 and 73. RGB value is (160,57,115). Sum of RGB (Red+Green+Blue) = 160+57+115=332 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.19% from 332); Green value is 57 (22.66% from 255 or 17.17% from 332); Blue value is 115 (45.31% from 255 or 34.64% from 332); Max value from RGB is 160 - color contains mainly: red. Hex color #A03973 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03973 is #5FC68C. Grayscale: #5E5E5E. Windows color (decimal): -6276749 or 7551392. OLE color: 7551392.

HSL color Cylindrical-coordinate representation of color #A03973: hue angle of 326.21º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A03973 is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 57 115 -
CMYK 0 0.64 0.28 0.37
HSL 326.21º 0.47% 0.43% -
HSV(B) 326.21º 0.64% 0.63% -
XYZ 19.05 11.64 17.46 -
YUV 94.41 139.62 174.78 -
System Red Green Blue C M Y K H S L
Decimal 160 57 115 0 0.64 0.28 0.37 326.21 0.47 0.43
Hex A0 39 73 0 40 1C 25 146 2F 2B
Octal 240 71 163 0 100 34 45 506 57 53
Binary 10100000 111001 1110011 0 1000000 11100 100101 101000110 101111 101011

Color Harmonies of #A03973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03973

Black with #A03973

Text Example


Text Example

White with #A03973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03973; }

 p { color: rgb(160,57,115); }

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

background-color css

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

 a { background-color: rgb(160,57,115); }

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

border-color css

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

 span { border-color: rgb(160,57,115); }

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