Html Css Color HEX #A14464 Rouge

📋 copy color: '#A14464'

red 161 ◦ green 68 ◦ blue 100

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

Shades of Rouge #A14464

Tints of Rouge #A14464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 30.4%

R = 48.94%
G = 20.67%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#A14464 (or 0xA14464) is known color: Rouge. HEX triplet: A1, 44 and 64. RGB value is (161,68,100). Sum of RGB (Red+Green+Blue) = 161+68+100=329 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.94% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 100 (39.45% from 255 or 30.40% from 329); Max value from RGB is 161 - color contains mainly: red. Hex color #A14464 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14464 is #5EBB9B. Grayscale: #636363. Windows color (decimal): -6208412 or 6571169. OLE color: 6571169.

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

Color convert

RGB 161 68 100 -
CMYK 0 0.58 0.38 0.37
HSL 339.35º 0.41% 0.45% -
HSV(B) 339.35º 0.58% 0.63% -
XYZ 19.07 12.63 13.49 -
YUV 99.46 128.31 171.9 -
System Red Green Blue C M Y K H S L
Decimal 161 68 100 0 0.58 0.38 0.37 339.35 0.41 0.45
Hex A1 44 64 0 3A 26 25 153 29 2D
Octal 241 104 144 0 72 46 45 523 51 55
Binary 10100001 1000100 1100100 0 111010 100110 100101 101010011 101001 101101

Color Harmonies of #A14464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14464

Black with #A14464

Text Example


Text Example

White with #A14464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14464; }

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

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

background-color css

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

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

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

border-color css

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

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

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