Html Css Color HEX #AA3868 Rouge

📋 copy color: '#AA3868'

red 170 ◦ green 56 ◦ blue 104

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

Shades of Rouge #AA3868

Tints of Rouge #AA3868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.52%

R = 51.52%
G = 16.97%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AA3868 (or 0xAA3868) is known color: Rouge. HEX triplet: AA, 38 and 68. RGB value is (170,56,104). Sum of RGB (Red+Green+Blue) = 170+56+104=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 56 (22.27% from 255 or 16.97% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3868 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3868 is #55C797. Grayscale: #5F5F5F. Windows color (decimal): -5621656 or 6830250. OLE color: 6830250.

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

Color convert

RGB 170 56 104 -
CMYK 0 0.67 0.39 0.33
HSL 334.74º 0.5% 0.44% -
HSV(B) 334.74º 0.67% 0.67% -
XYZ 20.49 12.37 14.41 -
YUV 95.56 132.77 181.1 -
System Red Green Blue C M Y K H S L
Decimal 170 56 104 0 0.67 0.39 0.33 334.74 0.5 0.44
Hex AA 38 68 0 43 27 21 14F 32 2C
Octal 252 70 150 0 103 47 41 517 62 54
Binary 10101010 111000 1101000 0 1000011 100111 100001 101001111 110010 101100

Color Harmonies of #AA3868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3868

Black with #AA3868

Text Example


Text Example

White with #AA3868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3868; }

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

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

background-color css

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

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

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

border-color css

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

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

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