Html Css Color HEX #A04374 Rouge

📋 copy color: '#A04374'

red 160 ◦ green 67 ◦ blue 116

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

Shades of Rouge #A04374

Tints of Rouge #A04374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.82%

R = 46.65%
G = 19.53%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A04374 (or 0xA04374) is known color: Rouge. HEX triplet: A0, 43 and 74. RGB value is (160,67,116). Sum of RGB (Red+Green+Blue) = 160+67+116=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 67 (26.56% from 255 or 19.53% from 343); Blue value is 116 (45.70% from 255 or 33.82% from 343); Max value from RGB is 160 - color contains mainly: red. Hex color #A04374 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04374 is #5FBC8B. Grayscale: #646464. Windows color (decimal): -6274188 or 7619488. OLE color: 7619488.

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

Color convert

RGB 160 67 116 -
CMYK 0 0.58 0.28 0.37
HSL 328.39º 0.41% 0.45% -
HSV(B) 328.39º 0.58% 0.63% -
XYZ 19.66 12.75 17.95 -
YUV 100.39 136.81 170.52 -
System Red Green Blue C M Y K H S L
Decimal 160 67 116 0 0.58 0.28 0.37 328.39 0.41 0.45
Hex A0 43 74 0 3A 1C 25 148 29 2D
Octal 240 103 164 0 72 34 45 510 51 55
Binary 10100000 1000011 1110100 0 111010 11100 100101 101001000 101001 101101

Color Harmonies of #A04374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04374

Black with #A04374

Text Example


Text Example

White with #A04374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04374; }

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

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

background-color css

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

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

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

border-color css

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

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

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