Html Css Color HEX #A03970 Rouge

📋 copy color: '#A03970'

red 160 ◦ green 57 ◦ blue 112

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

Shades of Rouge #A03970

Tints of Rouge #A03970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 34.04%

R = 48.63%
G = 17.33%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A03970 (or 0xA03970) is known color: Rouge. HEX triplet: A0, 39 and 70. RGB value is (160,57,112). Sum of RGB (Red+Green+Blue) = 160+57+112=329 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.63% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 160 - color contains mainly: red. Hex color #A03970 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03970 is #5FC68F. Grayscale: #5D5D5D. Windows color (decimal): -6276752 or 7354784. OLE color: 7354784.

HSL color Cylindrical-coordinate representation of color #A03970: hue angle of 327.96º 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 #A03970 is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 57 112 -
CMYK 0 0.64 0.30 0.37
HSL 327.96º 0.47% 0.43% -
HSV(B) 327.96º 0.64% 0.63% -
XYZ 18.88 11.57 16.57 -
YUV 94.07 138.12 175.03 -
System Red Green Blue C M Y K H S L
Decimal 160 57 112 0 0.64 0.30 0.37 327.96 0.47 0.43
Hex A0 39 70 0 40 1E 25 148 2F 2B
Octal 240 71 160 0 100 36 45 510 57 53
Binary 10100000 111001 1110000 0 1000000 11110 100101 101001000 101111 101011

Color Harmonies of #A03970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03970

Black with #A03970

Text Example


Text Example

White with #A03970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03970; }

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

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

background-color css

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

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

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

border-color css

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

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

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