Html Css Color HEX #A0466A Rouge

📋 copy color: '#A0466A'

red 160 ◦ green 70 ◦ blue 106

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

Shades of Rouge #A0466A

Tints of Rouge #A0466A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.55%

R = 47.62%
G = 20.83%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A0466A (or 0xA0466A) is known color: Rouge. HEX triplet: A0, 46 and 6A. RGB value is (160,70,106). Sum of RGB (Red+Green+Blue) = 160+70+106=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 106 (41.80% from 255 or 31.55% from 336); Max value from RGB is 160 - color contains mainly: red. Hex color #A0466A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0466A is #5FB995. Grayscale: #646464. Windows color (decimal): -6273430 or 6964896. OLE color: 6964896.

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

Color convert

RGB 160 70 106 -
CMYK 0 0.56 0.34 0.37
HSL 336º 0.39% 0.45% -
HSV(B) 336º 0.56% 0.63% -
XYZ 19.29 12.89 15.11 -
YUV 101.01 130.82 170.07 -
System Red Green Blue C M Y K H S L
Decimal 160 70 106 0 0.56 0.34 0.37 336 0.39 0.45
Hex A0 46 6A 0 38 22 25 150 27 2D
Octal 240 106 152 0 70 42 45 520 47 55
Binary 10100000 1000110 1101010 0 111000 100010 100101 101010000 100111 101101

Color Harmonies of #A0466A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0466A

Black with #A0466A

Text Example


Text Example

White with #A0466A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0466A; }

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

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

background-color css

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

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

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

border-color css

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

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

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