Html Css Color HEX #AA4965 Rouge

📋 copy color: '#AA4965'

red 170 ◦ green 73 ◦ blue 101

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

Shades of Rouge #AA4965

Tints of Rouge #AA4965

RGB

 RED value IS 170 (66.8% from 255) = 49.42%

 GREEN value IS 73 (28.91% from 255) = 21.22%

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

R = 49.42%
G = 21.22%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AA4965 (or 0xAA4965) is known color: Rouge. HEX triplet: AA, 49 and 65. RGB value is (170,73,101). Sum of RGB (Red+Green+Blue) = 170+73+101=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4965 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4965 is #55B69A. Grayscale: #696969. Windows color (decimal): -5617307 or 6637994. OLE color: 6637994.

HSL color Cylindrical-coordinate representation of color #AA4965: hue angle of 342.68º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA4965 is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 73 101 -
CMYK 0 0.57 0.41 0.33
HSL 342.68º 0.4% 0.48% -
HSV(B) 342.68º 0.57% 0.67% -
XYZ 21.31 14.25 13.94 -
YUV 105.2 125.64 174.22 -
System Red Green Blue C M Y K H S L
Decimal 170 73 101 0 0.57 0.41 0.33 342.68 0.4 0.48
Hex AA 49 65 0 39 29 21 157 28 30
Octal 252 111 145 0 71 51 41 527 50 60
Binary 10101010 1001001 1100101 0 111001 101001 100001 101010111 101000 110000

Color Harmonies of #AA4965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4965

Black with #AA4965

Text Example


Text Example

White with #AA4965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4965; }

 p { color: rgb(170,73,101); }

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

background-color css

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

 a { background-color: rgb(170,73,101); }

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

border-color css

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

 span { border-color: rgb(170,73,101); }

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