Html Css Color HEX #A14366 Rouge

📋 copy color: '#A14366'

red 161 ◦ green 67 ◦ blue 102

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

Shades of Rouge #A14366

Tints of Rouge #A14366

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.3%

 BLUE value IS 102 (40.23% from 255) = 30.91%

R = 48.79%
G = 20.3%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#A14366 (or 0xA14366) is known color: Rouge. HEX triplet: A1, 43 and 66. RGB value is (161,67,102). Sum of RGB (Red+Green+Blue) = 161+67+102=330 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.79% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 102 (40.23% from 255 or 30.91% from 330); Max value from RGB is 161 - color contains mainly: red. Hex color #A14366 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14366 is #5EBC99. Grayscale: #636363. Windows color (decimal): -6208666 or 6701985. OLE color: 6701985.

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

Color convert

RGB 161 67 102 -
CMYK 0 0.58 0.37 0.37
HSL 337.66º 0.41% 0.45% -
HSV(B) 337.66º 0.58% 0.63% -
XYZ 19.1 12.55 13.99 -
YUV 99.1 129.64 172.15 -
System Red Green Blue C M Y K H S L
Decimal 161 67 102 0 0.58 0.37 0.37 337.66 0.41 0.45
Hex A1 43 66 0 3A 25 25 152 29 2D
Octal 241 103 146 0 72 45 45 522 51 55
Binary 10100001 1000011 1100110 0 111010 100101 100101 101010010 101001 101101

Color Harmonies of #A14366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14366

Black with #A14366

Text Example


Text Example

White with #A14366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14366; }

 p { color: rgb(161,67,102); }

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

background-color css

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

 a { background-color: rgb(161,67,102); }

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

border-color css

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

 span { border-color: rgb(161,67,102); }

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