Html Css Color HEX #A04177 Rouge

📋 copy color: '#A04177'

red 160 ◦ green 65 ◦ blue 119

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

Shades of Rouge #A04177

Tints of Rouge #A04177

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.9%

 BLUE value IS 119 (46.88% from 255) = 34.59%

R = 46.51%
G = 18.9%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A04177 (or 0xA04177) is known color: Rouge. HEX triplet: A0, 41 and 77. RGB value is (160,65,119). Sum of RGB (Red+Green+Blue) = 160+65+119=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 119 (46.88% from 255 or 34.59% from 344); Max value from RGB is 160 - color contains mainly: red. Hex color #A04177 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04177 is #5FBE88. Grayscale: #636363. Windows color (decimal): -6274697 or 7815584. OLE color: 7815584.

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

Color convert

RGB 160 65 119 -
CMYK 0 0.59 0.26 0.37
HSL 325.89º 0.42% 0.44% -
HSV(B) 325.89º 0.59% 0.63% -
XYZ 19.72 12.59 18.84 -
YUV 99.56 138.97 171.11 -
System Red Green Blue C M Y K H S L
Decimal 160 65 119 0 0.59 0.26 0.37 325.89 0.42 0.44
Hex A0 41 77 0 3B 1A 25 146 2A 2C
Octal 240 101 167 0 73 32 45 506 52 54
Binary 10100000 1000001 1110111 0 111011 11010 100101 101000110 101010 101100

Color Harmonies of #A04177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04177

Black with #A04177

Text Example


Text Example

White with #A04177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04177; }

 p { color: rgb(160,65,119); }

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

background-color css

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

 a { background-color: rgb(160,65,119); }

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

border-color css

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

 span { border-color: rgb(160,65,119); }

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