Html Css Color HEX #AA386D Rouge

📋 copy color: '#AA386D'

red 170 ◦ green 56 ◦ blue 109

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

Shades of Rouge #AA386D

Tints of Rouge #AA386D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.72%

 BLUE value IS 109 (42.97% from 255) = 32.54%

R = 50.75%
G = 16.72%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AA386D (or 0xAA386D) is known color: Rouge. HEX triplet: AA, 38 and 6D. RGB value is (170,56,109). Sum of RGB (Red+Green+Blue) = 170+56+109=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 56 (22.27% from 255 or 16.72% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA386D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA386D is #55C792. Grayscale: #606060. Windows color (decimal): -5621651 or 7157930. OLE color: 7157930.

HSL color Cylindrical-coordinate representation of color #AA386D: hue angle of 332.11º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA386D is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 56 109 -
CMYK 0 0.67 0.36 0.33
HSL 332.11º 0.5% 0.44% -
HSV(B) 332.11º 0.67% 0.67% -
XYZ 20.75 12.48 15.78 -
YUV 96.13 135.27 180.69 -
System Red Green Blue C M Y K H S L
Decimal 170 56 109 0 0.67 0.36 0.33 332.11 0.5 0.44
Hex AA 38 6D 0 43 24 21 14C 32 2C
Octal 252 70 155 0 103 44 41 514 62 54
Binary 10101010 111000 1101101 0 1000011 100100 100001 101001100 110010 101100

Color Harmonies of #AA386D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA386D

Black with #AA386D

Text Example


Text Example

White with #AA386D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA386D; }

 p { color: rgb(170,56,109); }

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

background-color css

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

 a { background-color: rgb(170,56,109); }

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

border-color css

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

 span { border-color: rgb(170,56,109); }

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