Html Css Color HEX #A44A6A Rouge

📋 copy color: '#A44A6A'

red 164 ◦ green 74 ◦ blue 106

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

Shades of Rouge #A44A6A

Tints of Rouge #A44A6A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.51%

 BLUE value IS 106 (41.8% from 255) = 30.81%

R = 47.67%
G = 21.51%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A44A6A (or 0xA44A6A) is known color: Rouge. HEX triplet: A4, 4A and 6A. RGB value is (164,74,106). Sum of RGB (Red+Green+Blue) = 164+74+106=344 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.67% from 344); Green value is 74 (29.30% from 255 or 21.51% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 164 - color contains mainly: red. Hex color #A44A6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44A6A is #5BB595. Grayscale: #686868. Windows color (decimal): -6010262 or 6965924. OLE color: 6965924.

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

Color convert

RGB 164 74 106 -
CMYK 0 0.55 0.35 0.36
HSL 338.67º 0.38% 0.47% -
HSV(B) 338.67º 0.55% 0.64% -
XYZ 20.36 13.83 15.23 -
YUV 104.56 128.82 170.4 -
System Red Green Blue C M Y K H S L
Decimal 164 74 106 0 0.55 0.35 0.36 338.67 0.38 0.47
Hex A4 4A 6A 0 37 23 24 153 26 2F
Octal 244 112 152 0 67 43 44 523 46 57
Binary 10100100 1001010 1101010 0 110111 100011 100100 101010011 100110 101111

Color Harmonies of #A44A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44A6A

Black with #A44A6A

Text Example


Text Example

White with #A44A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44A6A; }

 p { color: rgb(164,74,106); }

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

background-color css

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

 a { background-color: rgb(164,74,106); }

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

border-color css

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

 span { border-color: rgb(164,74,106); }

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