Html Css Color HEX #A44463 Rouge

📋 copy color: '#A44463'

red 164 ◦ green 68 ◦ blue 99

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

Shades of Rouge #A44463

Tints of Rouge #A44463

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.54%

 BLUE value IS 99 (39.06% from 255) = 29.91%

R = 49.55%
G = 20.54%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A44463 (or 0xA44463) is known color: Rouge. HEX triplet: A4, 44 and 63. RGB value is (164,68,99). Sum of RGB (Red+Green+Blue) = 164+68+99=331 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.55% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 99 (39.06% from 255 or 29.91% from 331); Max value from RGB is 164 - color contains mainly: red. Hex color #A44463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44463 is #5BBB9C. Grayscale: #646464. Windows color (decimal): -6011805 or 6505636. OLE color: 6505636.

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

Color convert

RGB 164 68 99 -
CMYK 0 0.59 0.40 0.36
HSL 340.63º 0.41% 0.45% -
HSV(B) 340.63º 0.59% 0.64% -
XYZ 19.63 12.93 13.27 -
YUV 100.24 127.3 173.48 -
System Red Green Blue C M Y K H S L
Decimal 164 68 99 0 0.59 0.40 0.36 340.63 0.41 0.45
Hex A4 44 63 0 3B 28 24 155 29 2D
Octal 244 104 143 0 73 50 44 525 51 55
Binary 10100100 1000100 1100011 0 111011 101000 100100 101010101 101001 101101

Color Harmonies of #A44463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44463

Black with #A44463

Text Example


Text Example

White with #A44463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44463; }

 p { color: rgb(164,68,99); }

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

background-color css

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

 a { background-color: rgb(164,68,99); }

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

border-color css

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

 span { border-color: rgb(164,68,99); }

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