Html Css Color HEX #A44B68 Rouge

📋 copy color: '#A44B68'

red 164 ◦ green 75 ◦ blue 104

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

Shades of Rouge #A44B68

Tints of Rouge #A44B68

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.87%

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

R = 47.81%
G = 21.87%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A44B68 (or 0xA44B68) is known color: Rouge. HEX triplet: A4, 4B and 68. RGB value is (164,75,104). Sum of RGB (Red+Green+Blue) = 164+75+104=343 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.81% from 343); Green value is 75 (29.69% from 255 or 21.87% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 164 - color contains mainly: red. Hex color #A44B68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44B68 is #5BB497. Grayscale: #686868. Windows color (decimal): -6010008 or 6835108. OLE color: 6835108.

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

Color convert

RGB 164 75 104 -
CMYK 0 0.54 0.37 0.36
HSL 340.45º 0.37% 0.47% -
HSV(B) 340.45º 0.54% 0.64% -
XYZ 20.32 13.92 14.71 -
YUV 104.92 127.49 170.14 -
System Red Green Blue C M Y K H S L
Decimal 164 75 104 0 0.54 0.37 0.36 340.45 0.37 0.47
Hex A4 4B 68 0 36 25 24 154 25 2F
Octal 244 113 150 0 66 45 44 524 45 57
Binary 10100100 1001011 1101000 0 110110 100101 100100 101010100 100101 101111

Color Harmonies of #A44B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44B68

Black with #A44B68

Text Example


Text Example

White with #A44B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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