Html Css Color HEX #AA2F3F Old Rose

📋 copy color: '#AA2F3F'

red 170 ◦ green 47 ◦ blue 63

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

Shades of Old Rose #AA2F3F

Tints of Old Rose #AA2F3F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.79%

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

R = 60.71%
G = 16.79%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AA2F3F (or 0xAA2F3F) is known color: Old Rose. HEX triplet: AA, 2F and 3F. RGB value is (170,47,63). Sum of RGB (Red+Green+Blue) = 170+47+63=280 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.71% from 280); Green value is 47 (18.75% from 255 or 16.79% from 280); Blue value is 63 (25% from 255 or 22.5% from 280); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2F3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2F3F is #55D0C0. Grayscale: #555555. Windows color (decimal): -5624001 or 4140970. OLE color: 4140970.

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

Color convert

RGB 170 47 63 -
CMYK 0 0.72 0.63 0.33
HSL 352.2º 0.57% 0.43% -
HSV(B) 352.2º 0.72% 0.67% -
XYZ 18.49 10.94 5.84 -
YUV 85.6 115.25 188.2 -
System Red Green Blue C M Y K H S L
Decimal 170 47 63 0 0.72 0.63 0.33 352.2 0.57 0.43
Hex AA 2F 3F 0 48 3F 21 160 39 2B
Octal 252 57 77 0 110 77 41 540 71 53
Binary 10101010 101111 111111 0 1001000 111111 100001 101100000 111001 101011

Color Harmonies of #AA2F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2F3F

Black with #AA2F3F

Text Example


Text Example

White with #AA2F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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