Html Css Color HEX #AA3041 Old Rose

📋 copy color: '#AA3041'

red 170 ◦ green 48 ◦ blue 65

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

Shades of Old Rose #AA3041

Tints of Old Rose #AA3041

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.96%

 BLUE value IS 65 (25.78% from 255) = 22.97%

R = 60.07%
G = 16.96%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA3041 (or 0xAA3041) is known color: Old Rose. HEX triplet: AA, 30 and 41. RGB value is (170,48,65). Sum of RGB (Red+Green+Blue) = 170+48+65=283 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.07% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 65 (25.78% from 255 or 22.97% from 283); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3041 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3041 is #55CFBE. Grayscale: #565656. Windows color (decimal): -5623743 or 4272298. OLE color: 4272298.

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

Color convert

RGB 170 48 65 -
CMYK 0 0.72 0.62 0.33
HSL 351.64º 0.56% 0.43% -
HSV(B) 351.64º 0.72% 0.67% -
XYZ 18.59 11.04 6.15 -
YUV 86.42 115.92 187.62 -
System Red Green Blue C M Y K H S L
Decimal 170 48 65 0 0.72 0.62 0.33 351.64 0.56 0.43
Hex AA 30 41 0 48 3E 21 160 38 2B
Octal 252 60 101 0 110 76 41 540 70 53
Binary 10101010 110000 1000001 0 1001000 111110 100001 101100000 111000 101011

Color Harmonies of #AA3041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3041

Black with #AA3041

Text Example


Text Example

White with #AA3041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3041; }

 p { color: rgb(170,48,65); }

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

background-color css

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

 a { background-color: rgb(170,48,65); }

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

border-color css

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

 span { border-color: rgb(170,48,65); }

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