Html Css Color HEX #A14A6D Rouge

📋 copy color: '#A14A6D'

red 161 ◦ green 74 ◦ blue 109

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

Shades of Rouge #A14A6D

Tints of Rouge #A14A6D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.51%

 BLUE value IS 109 (42.97% from 255) = 31.69%

R = 46.8%
G = 21.51%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A14A6D (or 0xA14A6D) is known color: Rouge. HEX triplet: A1, 4A and 6D. RGB value is (161,74,109). Sum of RGB (Red+Green+Blue) = 161+74+109=344 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.80% from 344); Green value is 74 (29.30% from 255 or 21.51% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 161 - color contains mainly: red. Hex color #A14A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14A6D is #5EB592. Grayscale: #676767. Windows color (decimal): -6206867 or 7162529. OLE color: 7162529.

HSL color Cylindrical-coordinate representation of color #A14A6D: hue angle of 335.86º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A14A6D is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 74 109 -
CMYK 0 0.54 0.32 0.37
HSL 335.86º 0.37% 0.46% -
HSV(B) 335.86º 0.54% 0.63% -
XYZ 19.91 13.58 16.04 -
YUV 104 130.82 168.65 -
System Red Green Blue C M Y K H S L
Decimal 161 74 109 0 0.54 0.32 0.37 335.86 0.37 0.46
Hex A1 4A 6D 0 36 20 25 150 25 2E
Octal 241 112 155 0 66 40 45 520 45 56
Binary 10100001 1001010 1101101 0 110110 100000 100101 101010000 100101 101110

Color Harmonies of #A14A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14A6D

Black with #A14A6D

Text Example


Text Example

White with #A14A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14A6D; }

 p { color: rgb(161,74,109); }

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

background-color css

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

 a { background-color: rgb(161,74,109); }

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

border-color css

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

 span { border-color: rgb(161,74,109); }

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