Html Css Color HEX #A0466F Rouge

📋 copy color: '#A0466F'

red 160 ◦ green 70 ◦ blue 111

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

Shades of Rouge #A0466F

Tints of Rouge #A0466F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.53%

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

R = 46.92%
G = 20.53%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A0466F (or 0xA0466F) is known color: Rouge. HEX triplet: A0, 46 and 6F. RGB value is (160,70,111). Sum of RGB (Red+Green+Blue) = 160+70+111=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 70 (27.73% from 255 or 20.53% from 341); Blue value is 111 (43.75% from 255 or 32.55% from 341); Max value from RGB is 160 - color contains mainly: red. Hex color #A0466F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0466F is #5FB990. Grayscale: #656565. Windows color (decimal): -6273425 or 7292576. OLE color: 7292576.

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

Color convert

RGB 160 70 111 -
CMYK 0 0.56 0.31 0.37
HSL 332.67º 0.39% 0.45% -
HSV(B) 332.67º 0.56% 0.63% -
XYZ 19.56 13 16.52 -
YUV 101.58 133.32 169.67 -
System Red Green Blue C M Y K H S L
Decimal 160 70 111 0 0.56 0.31 0.37 332.67 0.39 0.45
Hex A0 46 6F 0 38 1F 25 14D 27 2D
Octal 240 106 157 0 70 37 45 515 47 55
Binary 10100000 1000110 1101111 0 111000 11111 100101 101001101 100111 101101

Color Harmonies of #A0466F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0466F

Black with #A0466F

Text Example


Text Example

White with #A0466F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0466F; }

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

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

background-color css

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

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

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

border-color css

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

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

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