Html Css Color HEX #AC3442 Old Rose

📋 copy color: '#AC3442'

red 172 ◦ green 52 ◦ blue 66

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

Shades of Old Rose #AC3442

Tints of Old Rose #AC3442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.76%

R = 59.31%
G = 17.93%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC3442 (or 0xAC3442) is known color: Old Rose. HEX triplet: AC, 34 and 42. RGB value is (172,52,66). Sum of RGB (Red+Green+Blue) = 172+52+66=290 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.31% from 290); Green value is 52 (20.70% from 255 or 17.93% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3442 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3442 is #53CBBD. Grayscale: #595959. Windows color (decimal): -5491646 or 4338860. OLE color: 4338860.

HSL color Cylindrical-coordinate representation of color #AC3442: hue angle of 353º 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 #AC3442 is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 52 66 -
CMYK 0 0.70 0.62 0.33
HSL 353º 0.54% 0.44% -
HSV(B) 353º 0.7% 0.67% -
XYZ 19.22 11.62 6.38 -
YUV 89.48 114.76 186.86 -
System Red Green Blue C M Y K H S L
Decimal 172 52 66 0 0.70 0.62 0.33 353 0.54 0.44
Hex AC 34 42 0 46 3E 21 161 36 2C
Octal 254 64 102 0 106 76 41 541 66 54
Binary 10101100 110100 1000010 0 1000110 111110 100001 101100001 110110 101100

Color Harmonies of #AC3442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3442

Black with #AC3442

Text Example


Text Example

White with #AC3442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3442; }

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

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

background-color css

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

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

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

border-color css

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

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

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