Html Css Color HEX #AA2B3F Old Rose

📋 copy color: '#AA2B3F'

red 170 ◦ green 43 ◦ blue 63

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

Shades of Old Rose #AA2B3F

Tints of Old Rose #AA2B3F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.58%

 BLUE value IS 63 (25% from 255) = 22.83%

R = 61.59%
G = 15.58%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AA2B3F (or 0xAA2B3F) is known color: Old Rose. HEX triplet: AA, 2B and 3F. RGB value is (170,43,63). Sum of RGB (Red+Green+Blue) = 170+43+63=276 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.59% from 276); Green value is 43 (17.19% from 255 or 15.58% from 276); Blue value is 63 (25% from 255 or 22.83% from 276); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2B3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2B3F is #55D4C0. Grayscale: #535353. Windows color (decimal): -5625025 or 4139946. OLE color: 4139946.

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

Color convert

RGB 170 43 63 -
CMYK 0 0.75 0.63 0.33
HSL 350.55º 0.6% 0.42% -
HSV(B) 350.55º 0.75% 0.67% -
XYZ 18.34 10.63 5.79 -
YUV 83.25 116.58 189.87 -
System Red Green Blue C M Y K H S L
Decimal 170 43 63 0 0.75 0.63 0.33 350.55 0.6 0.42
Hex AA 2B 3F 0 4B 3F 21 15F 3C 2A
Octal 252 53 77 0 113 77 41 537 74 52
Binary 10101010 101011 111111 0 1001011 111111 100001 101011111 111100 101010

Color Harmonies of #AA2B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2B3F

Black with #AA2B3F

Text Example


Text Example

White with #AA2B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2B3F; }

 p { color: rgb(170,43,63); }

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

background-color css

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

 a { background-color: rgb(170,43,63); }

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

border-color css

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

 span { border-color: rgb(170,43,63); }

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