Html Css Color HEX #A14160 Rouge

📋 copy color: '#A14160'

red 161 ◦ green 65 ◦ blue 96

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

Shades of Rouge #A14160

Tints of Rouge #A14160

RGB

 RED value IS 161 (63.28% from 255) = 50%

 GREEN value IS 65 (25.78% from 255) = 20.19%

 BLUE value IS 96 (37.89% from 255) = 29.81%

R = 50%
G = 20.19%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.37

RGB Variations

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

Color information

#A14160 (or 0xA14160) is known color: Rouge. HEX triplet: A1, 41 and 60. RGB value is (161,65,96). Sum of RGB (Red+Green+Blue) = 161+65+96=322 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 161 - color contains mainly: red. Hex color #A14160 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14160 is #5EBE9F. Grayscale: #616161. Windows color (decimal): -6209184 or 6308257. OLE color: 6308257.

HSL color Cylindrical-coordinate representation of color #A14160: hue angle of 340.62º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A14160 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 65 96 -
CMYK 0 0.60 0.40 0.37
HSL 340.63º 0.42% 0.44% -
HSV(B) 340.63º 0.6% 0.63% -
XYZ 18.7 12.2 12.44 -
YUV 97.24 127.3 173.48 -
System Red Green Blue C M Y K H S L
Decimal 161 65 96 0 0.60 0.40 0.37 340.63 0.42 0.44
Hex A1 41 60 0 3C 28 25 155 2A 2C
Octal 241 101 140 0 74 50 45 525 52 54
Binary 10100001 1000001 1100000 0 111100 101000 100101 101010101 101010 101100

Color Harmonies of #A14160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14160

Black with #A14160

Text Example


Text Example

White with #A14160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14160; }

 p { color: rgb(161,65,96); }

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

background-color css

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

 a { background-color: rgb(161,65,96); }

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

border-color css

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

 span { border-color: rgb(161,65,96); }

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