Html Css Color HEX #AC343E Old Rose

📋 copy color: '#AC343E'

red 172 ◦ green 52 ◦ blue 62

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

Shades of Old Rose #AC343E

Tints of Old Rose #AC343E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.68%

R = 60.14%
G = 18.18%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AC343E (or 0xAC343E) is known color: Old Rose. HEX triplet: AC, 34 and 3E. RGB value is (172,52,62). Sum of RGB (Red+Green+Blue) = 172+52+62=286 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.14% from 286); Green value is 52 (20.70% from 255 or 18.18% from 286); Blue value is 62 (24.61% from 255 or 21.68% from 286); Max value from RGB is 172 - color contains mainly: red. Hex color #AC343E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC343E is #53CBC1. Grayscale: #595959. Windows color (decimal): -5491650 or 4076716. OLE color: 4076716.

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

Color convert

RGB 172 52 62 -
CMYK 0 0.70 0.64 0.33
HSL 355º 0.54% 0.44% -
HSV(B) 355º 0.7% 0.67% -
XYZ 19.11 11.57 5.78 -
YUV 89.02 112.76 187.19 -
System Red Green Blue C M Y K H S L
Decimal 172 52 62 0 0.70 0.64 0.33 355 0.54 0.44
Hex AC 34 3E 0 46 40 21 163 36 2C
Octal 254 64 76 0 106 100 41 543 66 54
Binary 10101100 110100 111110 0 1000110 1000000 100001 101100011 110110 101100

Color Harmonies of #AC343E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC343E

Black with #AC343E

Text Example


Text Example

White with #AC343E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC343E; }

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

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

background-color css

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

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

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

border-color css

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

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

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