Html Css Color HEX #AC3047 Old Rose

📋 copy color: '#AC3047'

red 172 ◦ green 48 ◦ blue 71

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

Shades of Old Rose #AC3047

Tints of Old Rose #AC3047

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.49%

 BLUE value IS 71 (28.13% from 255) = 24.4%

R = 59.11%
G = 16.49%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AC3047 (or 0xAC3047) is known color: Old Rose. HEX triplet: AC, 30 and 47. RGB value is (172,48,71). Sum of RGB (Red+Green+Blue) = 172+48+71=291 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.11% from 291); Green value is 48 (19.14% from 255 or 16.49% from 291); Blue value is 71 (28.12% from 255 or 24.40% from 291); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3047 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3047 is #53CFB8. Grayscale: #575757. Windows color (decimal): -5492665 or 4665516. OLE color: 4665516.

HSL color Cylindrical-coordinate representation of color #AC3047: hue angle of 348.87º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC3047 is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 48 71 -
CMYK 0 0.72 0.59 0.33
HSL 348.87º 0.56% 0.43% -
HSV(B) 348.87º 0.72% 0.67% -
XYZ 19.21 11.34 7.14 -
YUV 87.7 118.58 188.13 -
System Red Green Blue C M Y K H S L
Decimal 172 48 71 0 0.72 0.59 0.33 348.87 0.56 0.43
Hex AC 30 47 0 48 3B 21 15D 38 2B
Octal 254 60 107 0 110 73 41 535 70 53
Binary 10101100 110000 1000111 0 1001000 111011 100001 101011101 111000 101011

Color Harmonies of #AC3047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3047

Black with #AC3047

Text Example


Text Example

White with #AC3047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3047; }

 p { color: rgb(172,48,71); }

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

background-color css

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

 a { background-color: rgb(172,48,71); }

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

border-color css

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

 span { border-color: rgb(172,48,71); }

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