Html Css Color HEX #A14162 Rouge

📋 copy color: '#A14162'

red 161 ◦ green 65 ◦ blue 98

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

Shades of Rouge #A14162

Tints of Rouge #A14162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.25%

R = 49.69%
G = 20.06%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A14162 (or 0xA14162) is known color: Rouge. HEX triplet: A1, 41 and 62. RGB value is (161,65,98). Sum of RGB (Red+Green+Blue) = 161+65+98=324 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.69% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 98 (38.67% from 255 or 30.25% from 324); Max value from RGB is 161 - color contains mainly: red. Hex color #A14162 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14162 is #5EBE9D. Grayscale: #616161. Windows color (decimal): -6209182 or 6439329. OLE color: 6439329.

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

Color convert

RGB 161 65 98 -
CMYK 0 0.60 0.39 0.37
HSL 339.38º 0.42% 0.44% -
HSV(B) 339.38º 0.6% 0.63% -
XYZ 18.79 12.24 12.93 -
YUV 97.47 128.3 173.32 -
System Red Green Blue C M Y K H S L
Decimal 161 65 98 0 0.60 0.39 0.37 339.38 0.42 0.44
Hex A1 41 62 0 3C 27 25 153 2A 2C
Octal 241 101 142 0 74 47 45 523 52 54
Binary 10100001 1000001 1100010 0 111100 100111 100101 101010011 101010 101100

Color Harmonies of #A14162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14162

Black with #A14162

Text Example


Text Example

White with #A14162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14162; }

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

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

background-color css

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

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

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

border-color css

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

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

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