Html Css Color HEX #A44172 Rouge

📋 copy color: '#A44172'

red 164 ◦ green 65 ◦ blue 114

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

Shades of Rouge #A44172

Tints of Rouge #A44172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.24%

R = 47.81%
G = 18.95%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A44172 (or 0xA44172) is known color: Rouge. HEX triplet: A4, 41 and 72. RGB value is (164,65,114). Sum of RGB (Red+Green+Blue) = 164+65+114=343 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.81% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 164 - color contains mainly: red. Hex color #A44172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44172 is #5BBE8D. Grayscale: #646464. Windows color (decimal): -6012558 or 7487908. OLE color: 7487908.

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

Color convert

RGB 164 65 114 -
CMYK 0 0.60 0.30 0.36
HSL 330.3º 0.43% 0.45% -
HSV(B) 330.3º 0.6% 0.64% -
XYZ 20.24 12.89 17.34 -
YUV 100.19 135.8 173.52 -
System Red Green Blue C M Y K H S L
Decimal 164 65 114 0 0.60 0.30 0.36 330.3 0.43 0.45
Hex A4 41 72 0 3C 1E 24 14A 2B 2D
Octal 244 101 162 0 74 36 44 512 53 55
Binary 10100100 1000001 1110010 0 111100 11110 100100 101001010 101011 101101

Color Harmonies of #A44172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44172

Black with #A44172

Text Example


Text Example

White with #A44172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44172; }

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

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

background-color css

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

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

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

border-color css

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

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

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