Html Css Color HEX #A03673 Rouge

📋 copy color: '#A03673'

red 160 ◦ green 54 ◦ blue 115

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

Shades of Rouge #A03673

Tints of Rouge #A03673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 34.95%

R = 48.63%
G = 16.41%
B = 34.95%

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

#A03673 (or 0xA03673) is known color: Rouge. HEX triplet: A0, 36 and 73. RGB value is (160,54,115). Sum of RGB (Red+Green+Blue) = 160+54+115=329 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.63% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 160 - color contains mainly: red. Hex color #A03673 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03673 is #5FC98C. Grayscale: #5C5C5C. Windows color (decimal): -6277517 or 7550624. OLE color: 7550624.

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

Color convert

RGB 160 54 115 -
CMYK 0 0.66 0.28 0.37
HSL 325.47º 0.5% 0.42% -
HSV(B) 325.47º 0.66% 0.63% -
XYZ 18.91 11.35 17.41 -
YUV 92.65 140.62 176.04 -
System Red Green Blue C M Y K H S L
Decimal 160 54 115 0 0.66 0.28 0.37 325.47 0.5 0.42
Hex A0 36 73 0 42 1C 25 145 32 2A
Octal 240 66 163 0 102 34 45 505 62 52
Binary 10100000 110110 1110011 0 1000010 11100 100101 101000101 110010 101010

Color Harmonies of #A03673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03673

Black with #A03673

Text Example


Text Example

White with #A03673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03673; }

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

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

background-color css

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

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

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

border-color css

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

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

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