Html Css Color HEX #AA3A75 Rouge

📋 copy color: '#AA3A75'

red 170 ◦ green 58 ◦ blue 117

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

Shades of Rouge #AA3A75

Tints of Rouge #AA3A75

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.81%

 BLUE value IS 117 (46.09% from 255) = 33.91%

R = 49.28%
G = 16.81%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA3A75 (or 0xAA3A75) is known color: Rouge. HEX triplet: AA, 3A and 75. RGB value is (170,58,117). Sum of RGB (Red+Green+Blue) = 170+58+117=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 58 (23.05% from 255 or 16.81% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3A75 is #55C58A. Grayscale: #626262. Windows color (decimal): -5621131 or 7682730. OLE color: 7682730.

HSL color Cylindrical-coordinate representation of color #AA3A75: hue angle of 328.39º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA3A75 is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 58 117 -
CMYK 0 0.66 0.31 0.33
HSL 328.39º 0.49% 0.45% -
HSV(B) 328.39º 0.66% 0.67% -
XYZ 21.3 12.86 18.19 -
YUV 98.21 138.61 179.2 -
System Red Green Blue C M Y K H S L
Decimal 170 58 117 0 0.66 0.31 0.33 328.39 0.49 0.45
Hex AA 3A 75 0 42 1F 21 148 31 2D
Octal 252 72 165 0 102 37 41 510 61 55
Binary 10101010 111010 1110101 0 1000010 11111 100001 101001000 110001 101101

Color Harmonies of #AA3A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3A75

Black with #AA3A75

Text Example


Text Example

White with #AA3A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3A75; }

 p { color: rgb(170,58,117); }

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

background-color css

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

 a { background-color: rgb(170,58,117); }

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

border-color css

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

 span { border-color: rgb(170,58,117); }

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