Html Css Color HEX #A03671 Rouge

📋 copy color: '#A03671'

red 160 ◦ green 54 ◦ blue 113

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

Shades of Rouge #A03671

Tints of Rouge #A03671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 34.56%

R = 48.93%
G = 16.51%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A03671 (or 0xA03671) is known color: Rouge. HEX triplet: A0, 36 and 71. RGB value is (160,54,113). Sum of RGB (Red+Green+Blue) = 160+54+113=327 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.93% from 327); Green value is 54 (21.48% from 255 or 16.51% from 327); Blue value is 113 (44.53% from 255 or 34.56% from 327); Max value from RGB is 160 - color contains mainly: red. Hex color #A03671 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03671 is #5FC98E. Grayscale: #5C5C5C. Windows color (decimal): -6277519 or 7419552. OLE color: 7419552.

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

Color convert

RGB 160 54 113 -
CMYK 0 0.66 0.29 0.37
HSL 326.6º 0.5% 0.42% -
HSV(B) 326.6º 0.66% 0.63% -
XYZ 18.8 11.3 16.81 -
YUV 92.42 139.62 176.2 -
System Red Green Blue C M Y K H S L
Decimal 160 54 113 0 0.66 0.29 0.37 326.6 0.5 0.42
Hex A0 36 71 0 42 1D 25 147 32 2A
Octal 240 66 161 0 102 35 45 507 62 52
Binary 10100000 110110 1110001 0 1000010 11101 100101 101000111 110010 101010

Color Harmonies of #A03671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03671

Black with #A03671

Text Example


Text Example

White with #A03671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03671; }

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

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

background-color css

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

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

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

border-color css

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

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

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