Html Css Color HEX #AA3862 Rouge

📋 copy color: '#AA3862'

red 170 ◦ green 56 ◦ blue 98

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

Shades of Rouge #AA3862

Tints of Rouge #AA3862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.25%

R = 52.47%
G = 17.28%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AA3862 (or 0xAA3862) is known color: Rouge. HEX triplet: AA, 38 and 62. RGB value is (170,56,98). Sum of RGB (Red+Green+Blue) = 170+56+98=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 98 (38.67% from 255 or 30.25% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3862 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3862 is #55C79D. Grayscale: #5E5E5E. Windows color (decimal): -5621662 or 6437034. OLE color: 6437034.

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

Color convert

RGB 170 56 98 -
CMYK 0 0.67 0.42 0.33
HSL 337.89º 0.5% 0.44% -
HSV(B) 337.89º 0.67% 0.67% -
XYZ 20.2 12.26 12.86 -
YUV 94.87 129.77 181.58 -
System Red Green Blue C M Y K H S L
Decimal 170 56 98 0 0.67 0.42 0.33 337.89 0.5 0.44
Hex AA 38 62 0 43 2A 21 152 32 2C
Octal 252 70 142 0 103 52 41 522 62 54
Binary 10101010 111000 1100010 0 1000011 101010 100001 101010010 110010 101100

Color Harmonies of #AA3862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3862

Black with #AA3862

Text Example


Text Example

White with #AA3862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3862; }

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

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

background-color css

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

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

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

border-color css

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

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

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