Html Css Color HEX #AA386E Rouge

📋 copy color: '#AA386E'

red 170 ◦ green 56 ◦ blue 110

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

Shades of Rouge #AA386E

Tints of Rouge #AA386E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.74%

R = 50.6%
G = 16.67%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AA386E (or 0xAA386E) is known color: Rouge. HEX triplet: AA, 38 and 6E. RGB value is (170,56,110). Sum of RGB (Red+Green+Blue) = 170+56+110=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 56 (22.27% from 255 or 16.67% from 336); Blue value is 110 (43.36% from 255 or 32.74% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA386E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA386E is #55C791. Grayscale: #606060. Windows color (decimal): -5621650 or 7223466. OLE color: 7223466.

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

Color convert

RGB 170 56 110 -
CMYK 0 0.67 0.35 0.33
HSL 331.58º 0.5% 0.44% -
HSV(B) 331.58º 0.67% 0.67% -
XYZ 20.81 12.5 16.07 -
YUV 96.24 135.77 180.61 -
System Red Green Blue C M Y K H S L
Decimal 170 56 110 0 0.67 0.35 0.33 331.58 0.5 0.44
Hex AA 38 6E 0 43 23 21 14C 32 2C
Octal 252 70 156 0 103 43 41 514 62 54
Binary 10101010 111000 1101110 0 1000011 100011 100001 101001100 110010 101100

Color Harmonies of #AA386E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA386E

Black with #AA386E

Text Example


Text Example

White with #AA386E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA386E; }

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

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

background-color css

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

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

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

border-color css

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

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

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