Html Css Color HEX #AC284C Old Rose

📋 copy color: '#AC284C'

red 172 ◦ green 40 ◦ blue 76

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

Shades of Old Rose #AC284C

Tints of Old Rose #AC284C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.89%

 BLUE value IS 76 (30.08% from 255) = 26.39%

R = 59.72%
G = 13.89%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AC284C (or 0xAC284C) is known color: Old Rose. HEX triplet: AC, 28 and 4C. RGB value is (172,40,76). Sum of RGB (Red+Green+Blue) = 172+40+76=288 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.72% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 76 (30.08% from 255 or 26.39% from 288); Max value from RGB is 172 - color contains mainly: red. Hex color #AC284C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC284C is #53D7B3. Grayscale: #535353. Windows color (decimal): -5494708 or 4991148. OLE color: 4991148.

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

Color convert

RGB 172 40 76 -
CMYK 0 0.77 0.56 0.33
HSL 343.64º 0.62% 0.42% -
HSV(B) 343.64º 0.77% 0.67% -
XYZ 19.08 10.81 7.92 -
YUV 83.57 123.73 191.07 -
System Red Green Blue C M Y K H S L
Decimal 172 40 76 0 0.77 0.56 0.33 343.64 0.62 0.42
Hex AC 28 4C 0 4D 38 21 158 3E 2A
Octal 254 50 114 0 115 70 41 530 76 52
Binary 10101100 101000 1001100 0 1001101 111000 100001 101011000 111110 101010

Color Harmonies of #AC284C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC284C

Black with #AC284C

Text Example


Text Example

White with #AC284C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC284C; }

 p { color: rgb(172,40,76); }

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

background-color css

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

 a { background-color: rgb(172,40,76); }

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

border-color css

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

 span { border-color: rgb(172,40,76); }

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