Html Css Color HEX #AA2340 Old Rose

📋 copy color: '#AA2340'

red 170 ◦ green 35 ◦ blue 64

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

Shades of Old Rose #AA2340

Tints of Old Rose #AA2340

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.01%

 BLUE value IS 64 (25.39% from 255) = 23.79%

R = 63.2%
G = 13.01%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA2340 (or 0xAA2340) is known color: Old Rose. HEX triplet: AA, 23 and 40. RGB value is (170,35,64). Sum of RGB (Red+Green+Blue) = 170+35+64=269 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.20% from 269); Green value is 35 (14.06% from 255 or 13.01% from 269); Blue value is 64 (25.39% from 255 or 23.79% from 269); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2340 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2340 is #55DCBF. Grayscale: #4E4E4E. Windows color (decimal): -5627072 or 4203434. OLE color: 4203434.

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

Color convert

RGB 170 35 64 -
CMYK 0 0.79 0.62 0.33
HSL 347.11º 0.66% 0.4% -
HSV(B) 347.11º 0.79% 0.67% -
XYZ 18.1 10.12 5.85 -
YUV 78.67 119.73 193.14 -
System Red Green Blue C M Y K H S L
Decimal 170 35 64 0 0.79 0.62 0.33 347.11 0.66 0.4
Hex AA 23 40 0 4F 3E 21 15B 42 28
Octal 252 43 100 0 117 76 41 533 102 50
Binary 10101010 100011 1000000 0 1001111 111110 100001 101011011 1000010 101000

Color Harmonies of #AA2340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2340

Black with #AA2340

Text Example


Text Example

White with #AA2340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2340; }

 p { color: rgb(170,35,64); }

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

background-color css

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

 a { background-color: rgb(170,35,64); }

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

border-color css

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

 span { border-color: rgb(170,35,64); }

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