Html Css Color HEX #A44D69 Rouge

📋 copy color: '#A44D69'

red 164 ◦ green 77 ◦ blue 105

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

Shades of Rouge #A44D69

Tints of Rouge #A44D69

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.25%

 BLUE value IS 105 (41.41% from 255) = 30.35%

R = 47.4%
G = 22.25%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A44D69 (or 0xA44D69) is known color: Rouge. HEX triplet: A4, 4D and 69. RGB value is (164,77,105). Sum of RGB (Red+Green+Blue) = 164+77+105=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 164 - color contains mainly: red. Hex color #A44D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A44D69 is #5BB296. Grayscale: #6A6A6A. Windows color (decimal): -6009495 or 6901156. OLE color: 6901156.

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

Color convert

RGB 164 77 105 -
CMYK 0 0.53 0.36 0.36
HSL 340.69º 0.36% 0.47% -
HSV(B) 340.69º 0.53% 0.64% -
XYZ 20.51 14.22 15.03 -
YUV 106.21 127.32 169.22 -
System Red Green Blue C M Y K H S L
Decimal 164 77 105 0 0.53 0.36 0.36 340.69 0.36 0.47
Hex A4 4D 69 0 35 24 24 155 24 2F
Octal 244 115 151 0 65 44 44 525 44 57
Binary 10100100 1001101 1101001 0 110101 100100 100100 101010101 100100 101111

Color Harmonies of #A44D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44D69

Black with #A44D69

Text Example


Text Example

White with #A44D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44D69; }

 p { color: rgb(164,77,105); }

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

background-color css

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

 a { background-color: rgb(164,77,105); }

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

border-color css

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

 span { border-color: rgb(164,77,105); }

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