Html Css Color HEX #A14C6F Rouge

📋 copy color: '#A14C6F'

red 161 ◦ green 76 ◦ blue 111

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

Shades of Rouge #A14C6F

Tints of Rouge #A14C6F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.84%

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

R = 46.26%
G = 21.84%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A14C6F (or 0xA14C6F) is known color: Rouge. HEX triplet: A1, 4C and 6F. RGB value is (161,76,111). Sum of RGB (Red+Green+Blue) = 161+76+111=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 76 (30.08% from 255 or 21.84% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 161 - color contains mainly: red. Hex color #A14C6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14C6F is #5EB390. Grayscale: #696969. Windows color (decimal): -6206353 or 7294113. OLE color: 7294113.

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

Color convert

RGB 161 76 111 -
CMYK 0 0.53 0.31 0.37
HSL 335.29º 0.36% 0.46% -
HSV(B) 335.29º 0.53% 0.63% -
XYZ 20.15 13.89 16.66 -
YUV 105.41 131.16 167.65 -
System Red Green Blue C M Y K H S L
Decimal 161 76 111 0 0.53 0.31 0.37 335.29 0.36 0.46
Hex A1 4C 6F 0 35 1F 25 14F 24 2E
Octal 241 114 157 0 65 37 45 517 44 56
Binary 10100001 1001100 1101111 0 110101 11111 100101 101001111 100100 101110

Color Harmonies of #A14C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14C6F

Black with #A14C6F

Text Example


Text Example

White with #A14C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14C6F; }

 p { color: rgb(161,76,111); }

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

background-color css

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

 a { background-color: rgb(161,76,111); }

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

border-color css

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

 span { border-color: rgb(161,76,111); }

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