Html Css Color HEX #A0446F Rouge

📋 copy color: '#A0446F'

red 160 ◦ green 68 ◦ blue 111

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

Shades of Rouge #A0446F

Tints of Rouge #A0446F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.06%

 BLUE value IS 111 (43.75% from 255) = 32.74%

R = 47.2%
G = 20.06%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A0446F (or 0xA0446F) is known color: Rouge. HEX triplet: A0, 44 and 6F. RGB value is (160,68,111). Sum of RGB (Red+Green+Blue) = 160+68+111=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 160 - color contains mainly: red. Hex color #A0446F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0446F is #5FBB90. Grayscale: #646464. Windows color (decimal): -6273937 or 7292064. OLE color: 7292064.

HSL color Cylindrical-coordinate representation of color #A0446F: hue angle of 331.96º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A0446F is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 68 111 -
CMYK 0 0.57 0.31 0.37
HSL 331.96º 0.4% 0.45% -
HSV(B) 331.96º 0.58% 0.63% -
XYZ 19.43 12.76 16.48 -
YUV 100.41 133.98 170.5 -
System Red Green Blue C M Y K H S L
Decimal 160 68 111 0 0.57 0.31 0.37 331.96 0.4 0.45
Hex A0 44 6F 0 39 1F 25 14C 28 2D
Octal 240 104 157 0 71 37 45 514 50 55
Binary 10100000 1000100 1101111 0 111001 11111 100101 101001100 101000 101101

Color Harmonies of #A0446F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0446F

Black with #A0446F

Text Example


Text Example

White with #A0446F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0446F; }

 p { color: rgb(160,68,111); }

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

background-color css

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

 a { background-color: rgb(160,68,111); }

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

border-color css

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

 span { border-color: rgb(160,68,111); }

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