Html Css Color HEX #A44568 Rouge

📋 copy color: '#A44568'

red 164 ◦ green 69 ◦ blue 104

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

Shades of Rouge #A44568

Tints of Rouge #A44568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 30.86%

R = 48.66%
G = 20.47%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A44568 (or 0xA44568) is known color: Rouge. HEX triplet: A4, 45 and 68. RGB value is (164,69,104). Sum of RGB (Red+Green+Blue) = 164+69+104=337 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.66% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 164 - color contains mainly: red. Hex color #A44568 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44568 is #5BBA97. Grayscale: #656565. Windows color (decimal): -6011544 or 6833572. OLE color: 6833572.

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

Color convert

RGB 164 69 104 -
CMYK 0 0.58 0.37 0.36
HSL 337.89º 0.41% 0.46% -
HSV(B) 337.89º 0.58% 0.64% -
XYZ 19.94 13.15 14.58 -
YUV 101.4 129.47 172.65 -
System Red Green Blue C M Y K H S L
Decimal 164 69 104 0 0.58 0.37 0.36 337.89 0.41 0.46
Hex A4 45 68 0 3A 25 24 152 29 2E
Octal 244 105 150 0 72 45 44 522 51 56
Binary 10100100 1000101 1101000 0 111010 100101 100100 101010010 101001 101110

Color Harmonies of #A44568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44568

Black with #A44568

Text Example


Text Example

White with #A44568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44568; }

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

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

background-color css

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

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

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

border-color css

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

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

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