Html Css Color HEX #AC2342 Old Rose

📋 copy color: '#AC2342'

red 172 ◦ green 35 ◦ blue 66

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

Shades of Old Rose #AC2342

Tints of Old Rose #AC2342

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.82%

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

R = 63%
G = 12.82%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC2342 (or 0xAC2342) is known color: Old Rose. HEX triplet: AC, 23 and 42. RGB value is (172,35,66). Sum of RGB (Red+Green+Blue) = 172+35+66=273 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.00% from 273); Green value is 35 (14.06% from 255 or 12.82% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2342 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2342 is #53DCBD. Grayscale: #4F4F4F. Windows color (decimal): -5495998 or 4334508. OLE color: 4334508.

HSL color Cylindrical-coordinate representation of color #AC2342: hue angle of 346.42º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC2342 is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 35 66 -
CMYK 0 0.80 0.62 0.33
HSL 346.42º 0.66% 0.41% -
HSV(B) 346.42º 0.8% 0.67% -
XYZ 18.6 10.37 6.17 -
YUV 79.5 120.39 193.98 -
System Red Green Blue C M Y K H S L
Decimal 172 35 66 0 0.80 0.62 0.33 346.42 0.66 0.41
Hex AC 23 42 0 50 3E 21 15A 42 29
Octal 254 43 102 0 120 76 41 532 102 51
Binary 10101100 100011 1000010 0 1010000 111110 100001 101011010 1000010 101001

Color Harmonies of #AC2342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2342

Black with #AC2342

Text Example


Text Example

White with #AC2342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2342; }

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

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

background-color css

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

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

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

border-color css

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

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

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