Html Css Color HEX #AA4467 Rouge

📋 copy color: '#AA4467'

red 170 ◦ green 68 ◦ blue 103

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

Shades of Rouge #AA4467

Tints of Rouge #AA4467

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.94%

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

R = 49.85%
G = 19.94%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AA4467 (or 0xAA4467) is known color: Rouge. HEX triplet: AA, 44 and 67. RGB value is (170,68,103). Sum of RGB (Red+Green+Blue) = 170+68+103=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 68 (26.95% from 255 or 19.94% from 341); Blue value is 103 (40.62% from 255 or 30.21% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4467 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4467 is #55BB98. Grayscale: #666666. Windows color (decimal): -5618585 or 6767786. OLE color: 6767786.

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

Color convert

RGB 170 68 103 -
CMYK 0 0.6 0.39 0.33
HSL 339.41º 0.43% 0.47% -
HSV(B) 339.41º 0.6% 0.67% -
XYZ 21.09 13.66 14.36 -
YUV 102.49 128.29 176.15 -
System Red Green Blue C M Y K H S L
Decimal 170 68 103 0 0.6 0.39 0.33 339.41 0.43 0.47
Hex AA 44 67 0 3C 27 21 153 2B 2F
Octal 252 104 147 0 74 47 41 523 53 57
Binary 10101010 1000100 1100111 0 111100 100111 100001 101010011 101011 101111

Color Harmonies of #AA4467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4467

Black with #AA4467

Text Example


Text Example

White with #AA4467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4467; }

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

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

background-color css

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

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

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

border-color css

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

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

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