Html Css Color HEX #AA4967 Rouge

📋 copy color: '#AA4967'

red 170 ◦ green 73 ◦ blue 103

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

Shades of Rouge #AA4967

Tints of Rouge #AA4967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 29.77%

R = 49.13%
G = 21.1%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AA4967 (or 0xAA4967) is known color: Rouge. HEX triplet: AA, 49 and 67. RGB value is (170,73,103). Sum of RGB (Red+Green+Blue) = 170+73+103=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 73 (28.91% from 255 or 21.10% from 346); Blue value is 103 (40.62% from 255 or 29.77% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4967 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4967 is #55B698. Grayscale: #696969. Windows color (decimal): -5617305 or 6769066. OLE color: 6769066.

HSL color Cylindrical-coordinate representation of color #AA4967: hue angle of 341.44º 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 #AA4967 is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 73 103 -
CMYK 0 0.57 0.39 0.33
HSL 341.44º 0.4% 0.48% -
HSV(B) 341.44º 0.57% 0.67% -
XYZ 21.41 14.29 14.46 -
YUV 105.42 126.64 174.06 -
System Red Green Blue C M Y K H S L
Decimal 170 73 103 0 0.57 0.39 0.33 341.44 0.4 0.48
Hex AA 49 67 0 39 27 21 155 28 30
Octal 252 111 147 0 71 47 41 525 50 60
Binary 10101010 1001001 1100111 0 111001 100111 100001 101010101 101000 110000

Color Harmonies of #AA4967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4967

Black with #AA4967

Text Example


Text Example

White with #AA4967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4967; }

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

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

background-color css

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

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

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

border-color css

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

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

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