Html Css Color HEX #A04572 Rouge

📋 copy color: '#A04572'

red 160 ◦ green 69 ◦ blue 114

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

Shades of Rouge #A04572

Tints of Rouge #A04572

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.12%

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

R = 46.65%
G = 20.12%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A04572 (or 0xA04572) is known color: Rouge. HEX triplet: A0, 45 and 72. RGB value is (160,69,114). Sum of RGB (Red+Green+Blue) = 160+69+114=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 69 (27.34% from 255 or 20.12% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 160 - color contains mainly: red. Hex color #A04572 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04572 is #5FBA8D. Grayscale: #656565. Windows color (decimal): -6273678 or 7488928. OLE color: 7488928.

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

Color convert

RGB 160 69 114 -
CMYK 0 0.57 0.29 0.37
HSL 330.33º 0.4% 0.45% -
HSV(B) 330.33º 0.57% 0.63% -
XYZ 19.66 12.94 17.38 -
YUV 101.34 135.15 169.84 -
System Red Green Blue C M Y K H S L
Decimal 160 69 114 0 0.57 0.29 0.37 330.33 0.4 0.45
Hex A0 45 72 0 39 1D 25 14A 28 2D
Octal 240 105 162 0 71 35 45 512 50 55
Binary 10100000 1000101 1110010 0 111001 11101 100101 101001010 101000 101101

Color Harmonies of #A04572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04572

Black with #A04572

Text Example


Text Example

White with #A04572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04572; }

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

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

background-color css

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

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

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

border-color css

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

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

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