Html Css Color HEX #AC284B Old Rose

📋 copy color: '#AC284B'

red 172 ◦ green 40 ◦ blue 75

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

Shades of Old Rose #AC284B

Tints of Old Rose #AC284B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 26.13%

R = 59.93%
G = 13.94%
B = 26.13%

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

#AC284B (or 0xAC284B) is known color: Old Rose. HEX triplet: AC, 28 and 4B. RGB value is (172,40,75). Sum of RGB (Red+Green+Blue) = 172+40+75=287 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.93% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 172 - color contains mainly: red. Hex color #AC284B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC284B is #53D7B4. Grayscale: #535353. Windows color (decimal): -5494709 or 4925612. OLE color: 4925612.

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

Color convert

RGB 172 40 75 -
CMYK 0 0.77 0.56 0.33
HSL 344.09º 0.62% 0.42% -
HSV(B) 344.09º 0.77% 0.67% -
XYZ 19.04 10.8 7.74 -
YUV 83.46 123.23 191.15 -
System Red Green Blue C M Y K H S L
Decimal 172 40 75 0 0.77 0.56 0.33 344.09 0.62 0.42
Hex AC 28 4B 0 4D 38 21 158 3E 2A
Octal 254 50 113 0 115 70 41 530 76 52
Binary 10101100 101000 1001011 0 1001101 111000 100001 101011000 111110 101010

Color Harmonies of #AC284B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC284B

Black with #AC284B

Text Example


Text Example

White with #AC284B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC284B; }

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

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

background-color css

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

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

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

border-color css

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

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

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