Html Css Color HEX #A44074 Rouge

📋 copy color: '#A44074'

red 164 ◦ green 64 ◦ blue 116

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

Shades of Rouge #A44074

Tints of Rouge #A44074

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.6%

 BLUE value IS 116 (45.7% from 255) = 33.72%

R = 47.67%
G = 18.6%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A44074 (or 0xA44074) is known color: Rouge. HEX triplet: A4, 40 and 74. RGB value is (164,64,116). Sum of RGB (Red+Green+Blue) = 164+64+116=344 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.67% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 164 - color contains mainly: red. Hex color #A44074 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44074 is #5BBF8B. Grayscale: #636363. Windows color (decimal): -6012812 or 7618724. OLE color: 7618724.

HSL color Cylindrical-coordinate representation of color #A44074: hue angle of 328.8º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A44074 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 64 116 -
CMYK 0 0.61 0.29 0.36
HSL 328.8º 0.44% 0.45% -
HSV(B) 328.8º 0.61% 0.64% -
XYZ 20.3 12.82 17.93 -
YUV 99.83 137.13 173.77 -
System Red Green Blue C M Y K H S L
Decimal 164 64 116 0 0.61 0.29 0.36 328.8 0.44 0.45
Hex A4 40 74 0 3D 1D 24 149 2C 2D
Octal 244 100 164 0 75 35 44 511 54 55
Binary 10100100 1000000 1110100 0 111101 11101 100100 101001001 101100 101101

Color Harmonies of #A44074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44074

Black with #A44074

Text Example


Text Example

White with #A44074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44074; }

 p { color: rgb(164,64,116); }

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

background-color css

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

 a { background-color: rgb(164,64,116); }

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

border-color css

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

 span { border-color: rgb(164,64,116); }

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