Html Css Color HEX #A04376 Rouge

📋 copy color: '#A04376'

red 160 ◦ green 67 ◦ blue 118

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

Shades of Rouge #A04376

Tints of Rouge #A04376

RGB

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

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

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

R = 46.38%
G = 19.42%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A04376 (or 0xA04376) is known color: Rouge. HEX triplet: A0, 43 and 76. RGB value is (160,67,118). Sum of RGB (Red+Green+Blue) = 160+67+118=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 67 (26.56% from 255 or 19.42% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 160 - color contains mainly: red. Hex color #A04376 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04376 is #5FBC89. Grayscale: #646464. Windows color (decimal): -6274186 or 7750560. OLE color: 7750560.

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

Color convert

RGB 160 67 118 -
CMYK 0 0.58 0.26 0.37
HSL 327.1º 0.41% 0.45% -
HSV(B) 327.1º 0.58% 0.63% -
XYZ 19.77 12.8 18.57 -
YUV 100.62 137.81 170.35 -
System Red Green Blue C M Y K H S L
Decimal 160 67 118 0 0.58 0.26 0.37 327.1 0.41 0.45
Hex A0 43 76 0 3A 1A 25 147 29 2D
Octal 240 103 166 0 72 32 45 507 51 55
Binary 10100000 1000011 1110110 0 111010 11010 100101 101000111 101001 101101

Color Harmonies of #A04376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04376

Black with #A04376

Text Example


Text Example

White with #A04376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04376; }

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

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

background-color css

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

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

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

border-color css

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

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

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