Html Css Color HEX #AA456D Rouge

📋 copy color: '#AA456D'

red 170 ◦ green 69 ◦ blue 109

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

Shades of Rouge #AA456D

Tints of Rouge #AA456D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.83%

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

R = 48.85%
G = 19.83%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AA456D (or 0xAA456D) is known color: Rouge. HEX triplet: AA, 45 and 6D. RGB value is (170,69,109). Sum of RGB (Red+Green+Blue) = 170+69+109=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 69 (27.34% from 255 or 19.83% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA456D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA456D is #55BA92. Grayscale: #676767. Windows color (decimal): -5618323 or 7161258. OLE color: 7161258.

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

Color convert

RGB 170 69 109 -
CMYK 0 0.59 0.36 0.33
HSL 336.24º 0.42% 0.47% -
HSV(B) 336.24º 0.59% 0.67% -
XYZ 21.47 13.91 16.02 -
YUV 103.76 130.96 175.25 -
System Red Green Blue C M Y K H S L
Decimal 170 69 109 0 0.59 0.36 0.33 336.24 0.42 0.47
Hex AA 45 6D 0 3B 24 21 150 2A 2F
Octal 252 105 155 0 73 44 41 520 52 57
Binary 10101010 1000101 1101101 0 111011 100100 100001 101010000 101010 101111

Color Harmonies of #AA456D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA456D

Black with #AA456D

Text Example


Text Example

White with #AA456D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA456D; }

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

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

background-color css

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

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

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

border-color css

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

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

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