Html Css Color HEX #AC3240 Old Rose

📋 copy color: '#AC3240'

red 172 ◦ green 50 ◦ blue 64

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

Shades of Old Rose #AC3240

Tints of Old Rose #AC3240

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.48%

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

R = 60.14%
G = 17.48%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC3240 (or 0xAC3240) is known color: Old Rose. HEX triplet: AC, 32 and 40. RGB value is (172,50,64). Sum of RGB (Red+Green+Blue) = 172+50+64=286 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.14% from 286); Green value is 50 (19.92% from 255 or 17.48% from 286); Blue value is 64 (25.39% from 255 or 22.38% from 286); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3240 is #53CDBF. Grayscale: #585858. Windows color (decimal): -5492160 or 4207276. OLE color: 4207276.

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

Color convert

RGB 172 50 64 -
CMYK 0 0.71 0.63 0.33
HSL 353.11º 0.55% 0.44% -
HSV(B) 353.11º 0.71% 0.67% -
XYZ 19.08 11.42 6.05 -
YUV 88.07 114.42 187.86 -
System Red Green Blue C M Y K H S L
Decimal 172 50 64 0 0.71 0.63 0.33 353.11 0.55 0.44
Hex AC 32 40 0 47 3F 21 161 37 2C
Octal 254 62 100 0 107 77 41 541 67 54
Binary 10101100 110010 1000000 0 1000111 111111 100001 101100001 110111 101100

Color Harmonies of #AC3240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3240

Black with #AC3240

Text Example


Text Example

White with #AC3240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3240; }

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

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

background-color css

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

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

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

border-color css

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

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

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