Html Css Color HEX #A0466B Rouge

📋 copy color: '#A0466B'

red 160 ◦ green 70 ◦ blue 107

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

Shades of Rouge #A0466B

Tints of Rouge #A0466B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.75%

R = 47.48%
G = 20.77%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#A0466B (or 0xA0466B) is known color: Rouge. HEX triplet: A0, 46 and 6B. RGB value is (160,70,107). Sum of RGB (Red+Green+Blue) = 160+70+107=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 70 (27.73% from 255 or 20.77% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 160 - color contains mainly: red. Hex color #A0466B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0466B is #5FB994. Grayscale: #656565. Windows color (decimal): -6273429 or 7030432. OLE color: 7030432.

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

Color convert

RGB 160 70 107 -
CMYK 0 0.56 0.33 0.37
HSL 335.33º 0.39% 0.45% -
HSV(B) 335.33º 0.56% 0.63% -
XYZ 19.34 12.92 15.38 -
YUV 101.13 131.32 169.99 -
System Red Green Blue C M Y K H S L
Decimal 160 70 107 0 0.56 0.33 0.37 335.33 0.39 0.45
Hex A0 46 6B 0 38 21 25 14F 27 2D
Octal 240 106 153 0 70 41 45 517 47 55
Binary 10100000 1000110 1101011 0 111000 100001 100101 101001111 100111 101101

Color Harmonies of #A0466B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0466B

Black with #A0466B

Text Example


Text Example

White with #A0466B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0466B; }

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

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

background-color css

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

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

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

border-color css

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

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

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