Html Css Color HEX #AA2545 Old Rose

📋 copy color: '#AA2545'

red 170 ◦ green 37 ◦ blue 69

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

Shades of Old Rose #AA2545

Tints of Old Rose #AA2545

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.41%

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

R = 61.59%
G = 13.41%
B = 25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AA2545 (or 0xAA2545) is known color: Old Rose. HEX triplet: AA, 25 and 45. RGB value is (170,37,69). Sum of RGB (Red+Green+Blue) = 170+37+69=276 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.59% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 69 (27.34% from 255 or 25% from 276); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2545 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2545 is #55DABA. Grayscale: #505050. Windows color (decimal): -5626555 or 4531626. OLE color: 4531626.

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

Color convert

RGB 170 37 69 -
CMYK 0 0.78 0.59 0.33
HSL 345.56º 0.64% 0.41% -
HSV(B) 345.56º 0.78% 0.67% -
XYZ 18.31 10.3 6.65 -
YUV 80.42 121.56 191.9 -
System Red Green Blue C M Y K H S L
Decimal 170 37 69 0 0.78 0.59 0.33 345.56 0.64 0.41
Hex AA 25 45 0 4E 3B 21 15A 40 29
Octal 252 45 105 0 116 73 41 532 100 51
Binary 10101010 100101 1000101 0 1001110 111011 100001 101011010 1000000 101001

Color Harmonies of #AA2545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2545

Black with #AA2545

Text Example


Text Example

White with #AA2545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2545; }

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

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

background-color css

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

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

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

border-color css

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

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

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