Html Css Color HEX #AC2341 Old Rose

📋 copy color: '#AC2341'

red 172 ◦ green 35 ◦ blue 65

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

Shades of Old Rose #AC2341

Tints of Old Rose #AC2341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.9%

R = 63.24%
G = 12.87%
B = 23.9%

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

#AC2341 (or 0xAC2341) is known color: Old Rose. HEX triplet: AC, 23 and 41. RGB value is (172,35,65). Sum of RGB (Red+Green+Blue) = 172+35+65=272 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.24% from 272); Green value is 35 (14.06% from 255 or 12.87% from 272); Blue value is 65 (25.78% from 255 or 23.90% from 272); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2341 is #53DCBE. Grayscale: #4F4F4F. Windows color (decimal): -5495999 or 4268972. OLE color: 4268972.

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

Color convert

RGB 172 35 65 -
CMYK 0 0.80 0.62 0.33
HSL 346.86º 0.66% 0.41% -
HSV(B) 346.86º 0.8% 0.67% -
XYZ 18.57 10.35 6.02 -
YUV 79.38 119.89 194.06 -
System Red Green Blue C M Y K H S L
Decimal 172 35 65 0 0.80 0.62 0.33 346.86 0.66 0.41
Hex AC 23 41 0 50 3E 21 15B 42 29
Octal 254 43 101 0 120 76 41 533 102 51
Binary 10101100 100011 1000001 0 1010000 111110 100001 101011011 1000010 101001

Color Harmonies of #AC2341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2341

Black with #AC2341

Text Example


Text Example

White with #AC2341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2341; }

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

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

background-color css

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

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

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

border-color css

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

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

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