Html Css Color HEX #A44A65 Rouge

📋 copy color: '#A44A65'

red 164 ◦ green 74 ◦ blue 101

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

Shades of Rouge #A44A65

Tints of Rouge #A44A65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.79%

R = 48.38%
G = 21.83%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A44A65 (or 0xA44A65) is known color: Rouge. HEX triplet: A4, 4A and 65. RGB value is (164,74,101). Sum of RGB (Red+Green+Blue) = 164+74+101=339 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.38% from 339); Green value is 74 (29.30% from 255 or 21.83% from 339); Blue value is 101 (39.84% from 255 or 29.79% from 339); Max value from RGB is 164 - color contains mainly: red. Hex color #A44A65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44A65 is #5BB59A. Grayscale: #676767. Windows color (decimal): -6010267 or 6638244. OLE color: 6638244.

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

Color convert

RGB 164 74 101 -
CMYK 0 0.55 0.38 0.36
HSL 342º 0.38% 0.47% -
HSV(B) 342º 0.55% 0.64% -
XYZ 20.11 13.73 13.9 -
YUV 103.99 126.32 170.8 -
System Red Green Blue C M Y K H S L
Decimal 164 74 101 0 0.55 0.38 0.36 342 0.38 0.47
Hex A4 4A 65 0 37 26 24 156 26 2F
Octal 244 112 145 0 67 46 44 526 46 57
Binary 10100100 1001010 1100101 0 110111 100110 100100 101010110 100110 101111

Color Harmonies of #A44A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44A65

Black with #A44A65

Text Example


Text Example

White with #A44A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44A65; }

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

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

background-color css

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

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

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

border-color css

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

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

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