Html Css Color HEX #AC3342 Old Rose

📋 copy color: '#AC3342'

red 172 ◦ green 51 ◦ blue 66

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

Shades of Old Rose #AC3342

Tints of Old Rose #AC3342

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.65%

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

R = 59.52%
G = 17.65%
B = 22.84%

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

#AC3342 (or 0xAC3342) is known color: Old Rose. HEX triplet: AC, 33 and 42. RGB value is (172,51,66). Sum of RGB (Red+Green+Blue) = 172+51+66=289 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.52% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 66 (26.17% from 255 or 22.84% from 289); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3342 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3342 is #53CCBD. Grayscale: #585858. Windows color (decimal): -5491902 or 4338604. OLE color: 4338604.

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

Color convert

RGB 172 51 66 -
CMYK 0 0.70 0.62 0.33
HSL 352.56º 0.54% 0.44% -
HSV(B) 352.56º 0.7% 0.67% -
XYZ 19.18 11.53 6.37 -
YUV 88.89 115.09 187.28 -
System Red Green Blue C M Y K H S L
Decimal 172 51 66 0 0.70 0.62 0.33 352.56 0.54 0.44
Hex AC 33 42 0 46 3E 21 161 36 2C
Octal 254 63 102 0 106 76 41 541 66 54
Binary 10101100 110011 1000010 0 1000110 111110 100001 101100001 110110 101100

Color Harmonies of #AC3342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3342

Black with #AC3342

Text Example


Text Example

White with #AC3342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3342; }

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

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

background-color css

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

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

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

border-color css

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

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

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