Html Css Color HEX #A44870 Rouge

📋 copy color: '#A44870'

red 164 ◦ green 72 ◦ blue 112

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

Shades of Rouge #A44870

Tints of Rouge #A44870

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.69%

 BLUE value IS 112 (44.14% from 255) = 32.18%

R = 47.13%
G = 20.69%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A44870 (or 0xA44870) is known color: Rouge. HEX triplet: A4, 48 and 70. RGB value is (164,72,112). Sum of RGB (Red+Green+Blue) = 164+72+112=348 (46% of max value = 765). Red value is 164 (64.45% from 255 or 47.13% from 348); Green value is 72 (28.52% from 255 or 20.69% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 164 - color contains mainly: red. Hex color #A44870 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44870 is #5BB78F. Grayscale: #686868. Windows color (decimal): -6010768 or 7358628. OLE color: 7358628.

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

Color convert

RGB 164 72 112 -
CMYK 0 0.56 0.32 0.36
HSL 333.91º 0.39% 0.46% -
HSV(B) 333.91º 0.56% 0.64% -
XYZ 20.55 13.7 16.89 -
YUV 104.07 132.48 170.75 -
System Red Green Blue C M Y K H S L
Decimal 164 72 112 0 0.56 0.32 0.36 333.91 0.39 0.46
Hex A4 48 70 0 38 20 24 14E 27 2E
Octal 244 110 160 0 70 40 44 516 47 56
Binary 10100100 1001000 1110000 0 111000 100000 100100 101001110 100111 101110

Color Harmonies of #A44870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44870

Black with #A44870

Text Example


Text Example

White with #A44870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44870; }

 p { color: rgb(164,72,112); }

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

background-color css

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

 a { background-color: rgb(164,72,112); }

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

border-color css

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

 span { border-color: rgb(164,72,112); }

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