Html Css Color HEX #AA4768 Rouge

📋 copy color: '#AA4768'

red 170 ◦ green 71 ◦ blue 104

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

Shades of Rouge #AA4768

Tints of Rouge #AA4768

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.58%

 BLUE value IS 104 (41.02% from 255) = 30.14%

R = 49.28%
G = 20.58%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AA4768 (or 0xAA4768) is known color: Rouge. HEX triplet: AA, 47 and 68. RGB value is (170,71,104). Sum of RGB (Red+Green+Blue) = 170+71+104=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 71 (28.12% from 255 or 20.58% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4768 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4768 is #55B897. Grayscale: #686868. Windows color (decimal): -5617816 or 6834090. OLE color: 6834090.

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

Color convert

RGB 170 71 104 -
CMYK 0 0.58 0.39 0.33
HSL 340º 0.41% 0.47% -
HSV(B) 340º 0.58% 0.67% -
XYZ 21.33 14.05 14.68 -
YUV 104.36 127.8 174.82 -
System Red Green Blue C M Y K H S L
Decimal 170 71 104 0 0.58 0.39 0.33 340 0.41 0.47
Hex AA 47 68 0 3A 27 21 154 29 2F
Octal 252 107 150 0 72 47 41 524 51 57
Binary 10101010 1000111 1101000 0 111010 100111 100001 101010100 101001 101111

Color Harmonies of #AA4768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4768

Black with #AA4768

Text Example


Text Example

White with #AA4768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4768; }

 p { color: rgb(170,71,104); }

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

background-color css

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

 a { background-color: rgb(170,71,104); }

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

border-color css

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

 span { border-color: rgb(170,71,104); }

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