Html Css Color HEX #A03772 Rouge

📋 copy color: '#A03772'

red 160 ◦ green 55 ◦ blue 114

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

Shades of Rouge #A03772

Tints of Rouge #A03772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.65%

R = 48.63%
G = 16.72%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A03772 (or 0xA03772) is known color: Rouge. HEX triplet: A0, 37 and 72. RGB value is (160,55,114). Sum of RGB (Red+Green+Blue) = 160+55+114=329 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.63% from 329); Green value is 55 (21.88% from 255 or 16.72% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 160 - color contains mainly: red. Hex color #A03772 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03772 is #5FC88D. Grayscale: #5C5C5C. Windows color (decimal): -6277262 or 7485344. OLE color: 7485344.

HSL color Cylindrical-coordinate representation of color #A03772: hue angle of 326.29º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A03772 is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 55 114 -
CMYK 0 0.66 0.29 0.37
HSL 326.29º 0.49% 0.42% -
HSV(B) 326.29º 0.66% 0.63% -
XYZ 18.9 11.42 17.13 -
YUV 93.12 139.79 175.7 -
System Red Green Blue C M Y K H S L
Decimal 160 55 114 0 0.66 0.29 0.37 326.29 0.49 0.42
Hex A0 37 72 0 42 1D 25 146 31 2A
Octal 240 67 162 0 102 35 45 506 61 52
Binary 10100000 110111 1110010 0 1000010 11101 100101 101000110 110001 101010

Color Harmonies of #A03772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03772

Black with #A03772

Text Example


Text Example

White with #A03772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03772; }

 p { color: rgb(160,55,114); }

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

background-color css

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

 a { background-color: rgb(160,55,114); }

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

border-color css

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

 span { border-color: rgb(160,55,114); }

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