Html Css Color HEX #A44161 Rouge

📋 copy color: '#A44161'

red 164 ◦ green 65 ◦ blue 97

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

Shades of Rouge #A44161

Tints of Rouge #A44161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.75%

R = 50.31%
G = 19.94%
B = 29.75%

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

#A44161 (or 0xA44161) is known color: Rouge. HEX triplet: A4, 41 and 61. RGB value is (164,65,97). Sum of RGB (Red+Green+Blue) = 164+65+97=326 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.31% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 97 (38.28% from 255 or 29.75% from 326); Max value from RGB is 164 - color contains mainly: red. Hex color #A44161 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44161 is #5BBE9E. Grayscale: #626262. Windows color (decimal): -6012575 or 6373796. OLE color: 6373796.

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

Color convert

RGB 164 65 97 -
CMYK 0 0.60 0.41 0.36
HSL 340.61º 0.43% 0.45% -
HSV(B) 340.61º 0.6% 0.64% -
XYZ 19.36 12.54 12.71 -
YUV 98.25 127.3 174.9 -
System Red Green Blue C M Y K H S L
Decimal 164 65 97 0 0.60 0.41 0.36 340.61 0.43 0.45
Hex A4 41 61 0 3C 29 24 155 2B 2D
Octal 244 101 141 0 74 51 44 525 53 55
Binary 10100100 1000001 1100001 0 111100 101001 100100 101010101 101011 101101

Color Harmonies of #A44161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44161

Black with #A44161

Text Example


Text Example

White with #A44161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44161; }

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

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

background-color css

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

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

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

border-color css

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

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

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