Html Css Color HEX #AA4767 Rouge

📋 copy color: '#AA4767'

red 170 ◦ green 71 ◦ blue 103

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

Shades of Rouge #AA4767

Tints of Rouge #AA4767

RGB

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

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

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

R = 49.42%
G = 20.64%
B = 29.94%

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

#AA4767 (or 0xAA4767) is known color: Rouge. HEX triplet: AA, 47 and 67. RGB value is (170,71,103). Sum of RGB (Red+Green+Blue) = 170+71+103=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 71 (28.12% from 255 or 20.64% from 344); Blue value is 103 (40.62% from 255 or 29.94% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4767 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4767 is #55B898. Grayscale: #686868. Windows color (decimal): -5617817 or 6768554. OLE color: 6768554.

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

Color convert

RGB 170 71 103 -
CMYK 0 0.58 0.39 0.33
HSL 340.61º 0.41% 0.47% -
HSV(B) 340.61º 0.58% 0.67% -
XYZ 21.28 14.03 14.42 -
YUV 104.25 127.3 174.9 -
System Red Green Blue C M Y K H S L
Decimal 170 71 103 0 0.58 0.39 0.33 340.61 0.41 0.47
Hex AA 47 67 0 3A 27 21 155 29 2F
Octal 252 107 147 0 72 47 41 525 51 57
Binary 10101010 1000111 1100111 0 111010 100111 100001 101010101 101001 101111

Color Harmonies of #AA4767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4767

Black with #AA4767

Text Example


Text Example

White with #AA4767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4767; }

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

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

background-color css

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

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

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

border-color css

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

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

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