Html Css Color HEX #AA284B Old Rose

📋 copy color: '#AA284B'

red 170 ◦ green 40 ◦ blue 75

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

Shades of Old Rose #AA284B

Tints of Old Rose #AA284B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 26.32%

R = 59.65%
G = 14.04%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AA284B (or 0xAA284B) is known color: Old Rose. HEX triplet: AA, 28 and 4B. RGB value is (170,40,75). Sum of RGB (Red+Green+Blue) = 170+40+75=285 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.65% from 285); Green value is 40 (16.02% from 255 or 14.04% from 285); Blue value is 75 (29.69% from 255 or 26.32% from 285); Max value from RGB is 170 - color contains mainly: red. Hex color #AA284B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA284B is #55D7B4. Grayscale: #525252. Windows color (decimal): -5625781 or 4925610. OLE color: 4925610.

HSL color Cylindrical-coordinate representation of color #AA284B: hue angle of 343.85º 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 #AA284B is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 40 75 -
CMYK 0 0.76 0.56 0.33
HSL 343.85º 0.62% 0.41% -
HSV(B) 343.85º 0.76% 0.67% -
XYZ 18.61 10.57 7.72 -
YUV 82.86 123.57 190.15 -
System Red Green Blue C M Y K H S L
Decimal 170 40 75 0 0.76 0.56 0.33 343.85 0.62 0.41
Hex AA 28 4B 0 4C 38 21 158 3E 29
Octal 252 50 113 0 114 70 41 530 76 51
Binary 10101010 101000 1001011 0 1001100 111000 100001 101011000 111110 101001

Color Harmonies of #AA284B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA284B

Black with #AA284B

Text Example


Text Example

White with #AA284B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA284B; }

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

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

background-color css

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

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

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

border-color css

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

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

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