Html Css Color HEX #AC284A Old Rose

📋 copy color: '#AC284A'

red 172 ◦ green 40 ◦ blue 74

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

Shades of Old Rose #AC284A

Tints of Old Rose #AC284A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 25.87%

R = 60.14%
G = 13.99%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AC284A (or 0xAC284A) is known color: Old Rose. HEX triplet: AC, 28 and 4A. RGB value is (172,40,74). Sum of RGB (Red+Green+Blue) = 172+40+74=286 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.14% from 286); Green value is 40 (16.02% from 255 or 13.99% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 172 - color contains mainly: red. Hex color #AC284A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC284A is #53D7B5. Grayscale: #535353. Windows color (decimal): -5494710 or 4860076. OLE color: 4860076.

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

Color convert

RGB 172 40 74 -
CMYK 0 0.77 0.57 0.33
HSL 344.55º 0.62% 0.42% -
HSV(B) 344.55º 0.77% 0.67% -
XYZ 19.01 10.78 7.56 -
YUV 83.34 122.73 191.24 -
System Red Green Blue C M Y K H S L
Decimal 172 40 74 0 0.77 0.57 0.33 344.55 0.62 0.42
Hex AC 28 4A 0 4D 39 21 159 3E 2A
Octal 254 50 112 0 115 71 41 531 76 52
Binary 10101100 101000 1001010 0 1001101 111001 100001 101011001 111110 101010

Color Harmonies of #AC284A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC284A

Black with #AC284A

Text Example


Text Example

White with #AC284A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC284A; }

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

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

background-color css

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

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

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

border-color css

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

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

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