Html Css Color HEX #A44560 Rouge

📋 copy color: '#A44560'

red 164 ◦ green 69 ◦ blue 96

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

Shades of Rouge #A44560

Tints of Rouge #A44560

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.97%

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

R = 49.85%
G = 20.97%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A44560 (or 0xA44560) is known color: Rouge. HEX triplet: A4, 45 and 60. RGB value is (164,69,96). Sum of RGB (Red+Green+Blue) = 164+69+96=329 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.85% from 329); Green value is 69 (27.34% from 255 or 20.97% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 164 - color contains mainly: red. Hex color #A44560 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44560 is #5BBA9F. Grayscale: #646464. Windows color (decimal): -6011552 or 6309284. OLE color: 6309284.

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

Color convert

RGB 164 69 96 -
CMYK 0 0.58 0.41 0.36
HSL 342.95º 0.41% 0.46% -
HSV(B) 342.95º 0.58% 0.64% -
XYZ 19.55 12.99 12.54 -
YUV 100.48 125.47 173.3 -
System Red Green Blue C M Y K H S L
Decimal 164 69 96 0 0.58 0.41 0.36 342.95 0.41 0.46
Hex A4 45 60 0 3A 29 24 157 29 2E
Octal 244 105 140 0 72 51 44 527 51 56
Binary 10100100 1000101 1100000 0 111010 101001 100100 101010111 101001 101110

Color Harmonies of #A44560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44560

Black with #A44560

Text Example


Text Example

White with #A44560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44560; }

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

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

background-color css

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

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

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

border-color css

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

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

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