Html Css Color HEX #A14466 Rouge

📋 copy color: '#A14466'

red 161 ◦ green 68 ◦ blue 102

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

Shades of Rouge #A14466

Tints of Rouge #A14466

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.54%

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

R = 48.64%
G = 20.54%
B = 30.82%

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

#A14466 (or 0xA14466) is known color: Rouge. HEX triplet: A1, 44 and 66. RGB value is (161,68,102). Sum of RGB (Red+Green+Blue) = 161+68+102=331 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.64% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 102 (40.23% from 255 or 30.82% from 331); Max value from RGB is 161 - color contains mainly: red. Hex color #A14466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14466 is #5EBB99. Grayscale: #636363. Windows color (decimal): -6208410 or 6702241. OLE color: 6702241.

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

Color convert

RGB 161 68 102 -
CMYK 0 0.58 0.37 0.37
HSL 338.06º 0.41% 0.45% -
HSV(B) 338.06º 0.58% 0.63% -
XYZ 19.16 12.67 14.01 -
YUV 99.68 129.31 171.74 -
System Red Green Blue C M Y K H S L
Decimal 161 68 102 0 0.58 0.37 0.37 338.06 0.41 0.45
Hex A1 44 66 0 3A 25 25 152 29 2D
Octal 241 104 146 0 72 45 45 522 51 55
Binary 10100001 1000100 1100110 0 111010 100101 100101 101010010 101001 101101

Color Harmonies of #A14466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14466

Black with #A14466

Text Example


Text Example

White with #A14466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14466; }

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

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

background-color css

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

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

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

border-color css

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

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

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