Html Css Color HEX #AA2741 Old Rose

📋 copy color: '#AA2741'

red 170 ◦ green 39 ◦ blue 65

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

Shades of Old Rose #AA2741

Tints of Old Rose #AA2741

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.23%

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

R = 62.04%
G = 14.23%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA2741 (or 0xAA2741) is known color: Old Rose. HEX triplet: AA, 27 and 41. RGB value is (170,39,65). Sum of RGB (Red+Green+Blue) = 170+39+65=274 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.04% from 274); Green value is 39 (15.62% from 255 or 14.23% from 274); Blue value is 65 (25.78% from 255 or 23.72% from 274); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2741 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2741 is #55D8BE. Grayscale: #515151. Windows color (decimal): -5626047 or 4269994. OLE color: 4269994.

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

Color convert

RGB 170 39 65 -
CMYK 0 0.77 0.62 0.33
HSL 348.09º 0.63% 0.41% -
HSV(B) 348.09º 0.77% 0.67% -
XYZ 18.26 10.38 6.04 -
YUV 81.13 118.9 191.39 -
System Red Green Blue C M Y K H S L
Decimal 170 39 65 0 0.77 0.62 0.33 348.09 0.63 0.41
Hex AA 27 41 0 4D 3E 21 15C 3F 29
Octal 252 47 101 0 115 76 41 534 77 51
Binary 10101010 100111 1000001 0 1001101 111110 100001 101011100 111111 101001

Color Harmonies of #AA2741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2741

Black with #AA2741

Text Example


Text Example

White with #AA2741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2741; }

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

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

background-color css

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

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

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

border-color css

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

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

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