Html Css Color HEX #AC353F Old Rose

📋 copy color: '#AC353F'

red 172 ◦ green 53 ◦ blue 63

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

Shades of Old Rose #AC353F

Tints of Old Rose #AC353F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.4%

 BLUE value IS 63 (25% from 255) = 21.88%

R = 59.72%
G = 18.4%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC353F (or 0xAC353F) is known color: Old Rose. HEX triplet: AC, 35 and 3F. RGB value is (172,53,63). Sum of RGB (Red+Green+Blue) = 172+53+63=288 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.72% from 288); Green value is 53 (21.09% from 255 or 18.40% from 288); Blue value is 63 (25% from 255 or 21.88% from 288); Max value from RGB is 172 - color contains mainly: red. Hex color #AC353F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC353F is #53CAC0. Grayscale: #595959. Windows color (decimal): -5491393 or 4142508. OLE color: 4142508.

HSL color Cylindrical-coordinate representation of color #AC353F: hue angle of 354.96º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC353F is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 53 63 -
CMYK 0 0.69 0.63 0.33
HSL 354.96º 0.53% 0.44% -
HSV(B) 354.96º 0.69% 0.67% -
XYZ 19.18 11.68 5.95 -
YUV 89.72 112.92 186.69 -
System Red Green Blue C M Y K H S L
Decimal 172 53 63 0 0.69 0.63 0.33 354.96 0.53 0.44
Hex AC 35 3F 0 45 3F 21 163 35 2C
Octal 254 65 77 0 105 77 41 543 65 54
Binary 10101100 110101 111111 0 1000101 111111 100001 101100011 110101 101100

Color Harmonies of #AC353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC353F

Black with #AC353F

Text Example


Text Example

White with #AC353F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC353F; }

 p { color: rgb(172,53,63); }

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

background-color css

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

 a { background-color: rgb(172,53,63); }

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

border-color css

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

 span { border-color: rgb(172,53,63); }

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