Html Css Color HEX #A04276 Rouge

📋 copy color: '#A04276'

red 160 ◦ green 66 ◦ blue 118

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

Shades of Rouge #A04276

Tints of Rouge #A04276

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.19%

 BLUE value IS 118 (46.48% from 255) = 34.3%

R = 46.51%
G = 19.19%
B = 34.3%

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

#A04276 (or 0xA04276) is known color: Rouge. HEX triplet: A0, 42 and 76. RGB value is (160,66,118). Sum of RGB (Red+Green+Blue) = 160+66+118=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 66 (26.17% from 255 or 19.19% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 160 - color contains mainly: red. Hex color #A04276 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04276 is #5FBD89. Grayscale: #636363. Windows color (decimal): -6274442 or 7750304. OLE color: 7750304.

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

Color convert

RGB 160 66 118 -
CMYK 0 0.59 0.26 0.37
HSL 326.81º 0.42% 0.44% -
HSV(B) 326.81º 0.59% 0.63% -
XYZ 19.72 12.68 18.55 -
YUV 100.03 138.14 170.77 -
System Red Green Blue C M Y K H S L
Decimal 160 66 118 0 0.59 0.26 0.37 326.81 0.42 0.44
Hex A0 42 76 0 3B 1A 25 147 2A 2C
Octal 240 102 166 0 73 32 45 507 52 54
Binary 10100000 1000010 1110110 0 111011 11010 100101 101000111 101010 101100

Color Harmonies of #A04276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04276

Black with #A04276

Text Example


Text Example

White with #A04276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04276; }

 p { color: rgb(160,66,118); }

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

background-color css

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

 a { background-color: rgb(160,66,118); }

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

border-color css

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

 span { border-color: rgb(160,66,118); }

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