Html Css Color HEX #AA2145 Old Rose

📋 copy color: '#AA2145'

red 170 ◦ green 33 ◦ blue 69

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

Shades of Old Rose #AA2145

Tints of Old Rose #AA2145

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.13%

 BLUE value IS 69 (27.34% from 255) = 25.37%

R = 62.5%
G = 12.13%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AA2145 (or 0xAA2145) is known color: Old Rose. HEX triplet: AA, 21 and 45. RGB value is (170,33,69). Sum of RGB (Red+Green+Blue) = 170+33+69=272 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.5% from 272); Green value is 33 (13.28% from 255 or 12.13% from 272); Blue value is 69 (27.34% from 255 or 25.37% from 272); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2145 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2145 is #55DEBA. Grayscale: #4E4E4E. Windows color (decimal): -5627579 or 4530602. OLE color: 4530602.

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

Color convert

RGB 170 33 69 -
CMYK 0 0.81 0.59 0.33
HSL 344.23º 0.67% 0.4% -
HSV(B) 344.23º 0.81% 0.67% -
XYZ 18.2 10.06 6.61 -
YUV 78.07 122.89 193.57 -
System Red Green Blue C M Y K H S L
Decimal 170 33 69 0 0.81 0.59 0.33 344.23 0.67 0.4
Hex AA 21 45 0 51 3B 21 158 43 28
Octal 252 41 105 0 121 73 41 530 103 50
Binary 10101010 100001 1000101 0 1010001 111011 100001 101011000 1000011 101000

Color Harmonies of #AA2145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2145

Black with #AA2145

Text Example


Text Example

White with #AA2145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2145; }

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

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

background-color css

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

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

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

border-color css

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

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

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