Html Css Color HEX #A44160 Rouge

📋 copy color: '#A44160'

red 164 ◦ green 65 ◦ blue 96

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

Shades of Rouge #A44160

Tints of Rouge #A44160

RGB

 RED value IS 164 (64.45% from 255) = 50.46%

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

 BLUE value IS 96 (37.89% from 255) = 29.54%

R = 50.46%
G = 20%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A44160 (or 0xA44160) is known color: Rouge. HEX triplet: A4, 41 and 60. RGB value is (164,65,96). Sum of RGB (Red+Green+Blue) = 164+65+96=325 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.46% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 164 - color contains mainly: red. Hex color #A44160 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44160 is #5BBE9F. Grayscale: #626262. Windows color (decimal): -6012576 or 6308260. OLE color: 6308260.

HSL color Cylindrical-coordinate representation of color #A44160: hue angle of 341.21º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A44160 is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 65 96 -
CMYK 0 0.60 0.41 0.36
HSL 341.21º 0.43% 0.45% -
HSV(B) 341.21º 0.6% 0.64% -
XYZ 19.31 12.52 12.46 -
YUV 98.14 126.8 174.98 -
System Red Green Blue C M Y K H S L
Decimal 164 65 96 0 0.60 0.41 0.36 341.21 0.43 0.45
Hex A4 41 60 0 3C 29 24 155 2B 2D
Octal 244 101 140 0 74 51 44 525 53 55
Binary 10100100 1000001 1100000 0 111100 101001 100100 101010101 101011 101101

Color Harmonies of #A44160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44160

Black with #A44160

Text Example


Text Example

White with #A44160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44160; }

 p { color: rgb(164,65,96); }

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

background-color css

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

 a { background-color: rgb(164,65,96); }

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

border-color css

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

 span { border-color: rgb(164,65,96); }

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