Html Css Color HEX #AC2540 Old Rose

📋 copy color: '#AC2540'

red 172 ◦ green 37 ◦ blue 64

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

Shades of Old Rose #AC2540

Tints of Old Rose #AC2540

RGB

 RED value IS 172 (67.58% from 255) = 63%

 GREEN value IS 37 (14.84% from 255) = 13.55%

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

R = 63%
G = 13.55%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC2540 (or 0xAC2540) is known color: Old Rose. HEX triplet: AC, 25 and 40. RGB value is (172,37,64). Sum of RGB (Red+Green+Blue) = 172+37+64=273 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.00% from 273); Green value is 37 (14.84% from 255 or 13.55% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2540 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2540 is #53DABF. Grayscale: #505050. Windows color (decimal): -5495488 or 4203948. OLE color: 4203948.

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

Color convert

RGB 172 37 64 -
CMYK 0 0.78 0.63 0.33
HSL 348º 0.65% 0.41% -
HSV(B) 348º 0.78% 0.67% -
XYZ 18.6 10.46 5.89 -
YUV 80.44 118.73 193.3 -
System Red Green Blue C M Y K H S L
Decimal 172 37 64 0 0.78 0.63 0.33 348 0.65 0.41
Hex AC 25 40 0 4E 3F 21 15C 41 29
Octal 254 45 100 0 116 77 41 534 101 51
Binary 10101100 100101 1000000 0 1001110 111111 100001 101011100 1000001 101001

Color Harmonies of #AC2540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2540

Black with #AC2540

Text Example


Text Example

White with #AC2540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2540; }

 p { color: rgb(172,37,64); }

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

background-color css

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

 a { background-color: rgb(172,37,64); }

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

border-color css

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

 span { border-color: rgb(172,37,64); }

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