Html Css Color HEX #A03674 Rouge

📋 copy color: '#A03674'

red 160 ◦ green 54 ◦ blue 116

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

Shades of Rouge #A03674

Tints of Rouge #A03674

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.36%

 BLUE value IS 116 (45.7% from 255) = 35.15%

R = 48.48%
G = 16.36%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A03674 (or 0xA03674) is known color: Rouge. HEX triplet: A0, 36 and 74. RGB value is (160,54,116). Sum of RGB (Red+Green+Blue) = 160+54+116=330 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.48% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 160 - color contains mainly: red. Hex color #A03674 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03674 is #5FC98B. Grayscale: #5C5C5C. Windows color (decimal): -6277516 or 7616160. OLE color: 7616160.

HSL color Cylindrical-coordinate representation of color #A03674: hue angle of 324.91º degrees, saturation: 0.5, 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 #A03674 is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 54 116 -
CMYK 0 0.66 0.28 0.37
HSL 324.91º 0.5% 0.42% -
HSV(B) 324.91º 0.66% 0.63% -
XYZ 18.97 11.37 17.72 -
YUV 92.76 141.12 175.96 -
System Red Green Blue C M Y K H S L
Decimal 160 54 116 0 0.66 0.28 0.37 324.91 0.5 0.42
Hex A0 36 74 0 42 1C 25 145 32 2A
Octal 240 66 164 0 102 34 45 505 62 52
Binary 10100000 110110 1110100 0 1000010 11100 100101 101000101 110010 101010

Color Harmonies of #A03674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03674

Black with #A03674

Text Example


Text Example

White with #A03674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03674; }

 p { color: rgb(160,54,116); }

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

background-color css

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

 a { background-color: rgb(160,54,116); }

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

border-color css

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

 span { border-color: rgb(160,54,116); }

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