Html Css Color HEX #AA4369 Rouge

📋 copy color: '#AA4369'

red 170 ◦ green 67 ◦ blue 105

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

Shades of Rouge #AA4369

Tints of Rouge #AA4369

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.59%

 BLUE value IS 105 (41.41% from 255) = 30.7%

R = 49.71%
G = 19.59%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AA4369 (or 0xAA4369) is known color: Rouge. HEX triplet: AA, 43 and 69. RGB value is (170,67,105). Sum of RGB (Red+Green+Blue) = 170+67+105=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 67 (26.56% from 255 or 19.59% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4369 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4369 is #55BC96. Grayscale: #666666. Windows color (decimal): -5618839 or 6898602. OLE color: 6898602.

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

Color convert

RGB 170 67 105 -
CMYK 0 0.61 0.38 0.33
HSL 337.86º 0.43% 0.46% -
HSV(B) 337.86º 0.61% 0.67% -
XYZ 21.13 13.58 14.87 -
YUV 102.13 129.62 176.41 -
System Red Green Blue C M Y K H S L
Decimal 170 67 105 0 0.61 0.38 0.33 337.86 0.43 0.46
Hex AA 43 69 0 3D 26 21 152 2B 2E
Octal 252 103 151 0 75 46 41 522 53 56
Binary 10101010 1000011 1101001 0 111101 100110 100001 101010010 101011 101110

Color Harmonies of #AA4369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4369

Black with #AA4369

Text Example


Text Example

White with #AA4369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4369; }

 p { color: rgb(170,67,105); }

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

background-color css

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

 a { background-color: rgb(170,67,105); }

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

border-color css

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

 span { border-color: rgb(170,67,105); }

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