Html Css Color HEX #AC3440 Old Rose

📋 copy color: '#AC3440'

red 172 ◦ green 52 ◦ blue 64

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

Shades of Old Rose #AC3440

Tints of Old Rose #AC3440

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.06%

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

R = 59.72%
G = 18.06%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC3440 (or 0xAC3440) is known color: Old Rose. HEX triplet: AC, 34 and 40. RGB value is (172,52,64). Sum of RGB (Red+Green+Blue) = 172+52+64=288 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.72% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 64 (25.39% from 255 or 22.22% from 288); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3440 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3440 is #53CBBF. Grayscale: #595959. Windows color (decimal): -5491648 or 4207788. OLE color: 4207788.

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

Color convert

RGB 172 52 64 -
CMYK 0 0.70 0.63 0.33
HSL 354º 0.54% 0.44% -
HSV(B) 354º 0.7% 0.67% -
XYZ 19.17 11.6 6.08 -
YUV 89.25 113.76 187.02 -
System Red Green Blue C M Y K H S L
Decimal 172 52 64 0 0.70 0.63 0.33 354 0.54 0.44
Hex AC 34 40 0 46 3F 21 162 36 2C
Octal 254 64 100 0 106 77 41 542 66 54
Binary 10101100 110100 1000000 0 1000110 111111 100001 101100010 110110 101100

Color Harmonies of #AC3440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3440

Black with #AC3440

Text Example


Text Example

White with #AC3440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3440; }

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

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

background-color css

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

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

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

border-color css

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

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

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