Html Css Color HEX #AA283F Old Rose

📋 copy color: '#AA283F'

red 170 ◦ green 40 ◦ blue 63

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

Shades of Old Rose #AA283F

Tints of Old Rose #AA283F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.65%

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

R = 62.27%
G = 14.65%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AA283F (or 0xAA283F) is known color: Old Rose. HEX triplet: AA, 28 and 3F. RGB value is (170,40,63). Sum of RGB (Red+Green+Blue) = 170+40+63=273 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.27% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 170 - color contains mainly: red. Hex color #AA283F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA283F is #55D7C0. Grayscale: #515151. Windows color (decimal): -5625793 or 4139178. OLE color: 4139178.

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

Color convert

RGB 170 40 63 -
CMYK 0 0.76 0.63 0.33
HSL 349.38º 0.62% 0.41% -
HSV(B) 349.38º 0.76% 0.67% -
XYZ 18.23 10.42 5.75 -
YUV 81.49 117.57 191.13 -
System Red Green Blue C M Y K H S L
Decimal 170 40 63 0 0.76 0.63 0.33 349.38 0.62 0.41
Hex AA 28 3F 0 4C 3F 21 15D 3E 29
Octal 252 50 77 0 114 77 41 535 76 51
Binary 10101010 101000 111111 0 1001100 111111 100001 101011101 111110 101001

Color Harmonies of #AA283F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA283F

Black with #AA283F

Text Example


Text Example

White with #AA283F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA283F; }

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

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

background-color css

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

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

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

border-color css

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

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

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