Html Css Color HEX #A04370 Rouge

📋 copy color: '#A04370'

red 160 ◦ green 67 ◦ blue 112

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

Shades of Rouge #A04370

Tints of Rouge #A04370

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.76%

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

R = 47.2%
G = 19.76%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A04370 (or 0xA04370) is known color: Rouge. HEX triplet: A0, 43 and 70. RGB value is (160,67,112). Sum of RGB (Red+Green+Blue) = 160+67+112=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 160 - color contains mainly: red. Hex color #A04370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04370 is #5FBC8F. Grayscale: #636363. Windows color (decimal): -6274192 or 7357344. OLE color: 7357344.

HSL color Cylindrical-coordinate representation of color #A04370: hue angle of 330.97º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A04370 is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 67 112 -
CMYK 0 0.58 0.30 0.37
HSL 330.97º 0.41% 0.45% -
HSV(B) 330.97º 0.58% 0.63% -
XYZ 19.43 12.66 16.75 -
YUV 99.94 134.81 170.84 -
System Red Green Blue C M Y K H S L
Decimal 160 67 112 0 0.58 0.30 0.37 330.97 0.41 0.45
Hex A0 43 70 0 3A 1E 25 14B 29 2D
Octal 240 103 160 0 72 36 45 513 51 55
Binary 10100000 1000011 1110000 0 111010 11110 100101 101001011 101001 101101

Color Harmonies of #A04370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04370

Black with #A04370

Text Example


Text Example

White with #A04370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04370; }

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

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

background-color css

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

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

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

border-color css

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

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

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