Html Css Color HEX #AC264D Old Rose

📋 copy color: '#AC264D'

red 172 ◦ green 38 ◦ blue 77

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

Shades of Old Rose #AC264D

Tints of Old Rose #AC264D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.24%

 BLUE value IS 77 (30.47% from 255) = 26.83%

R = 59.93%
G = 13.24%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AC264D (or 0xAC264D) is known color: Old Rose. HEX triplet: AC, 26 and 4D. RGB value is (172,38,77). Sum of RGB (Red+Green+Blue) = 172+38+77=287 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.93% from 287); Green value is 38 (15.23% from 255 or 13.24% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 172 - color contains mainly: red. Hex color #AC264D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC264D is #53D9B2. Grayscale: #525252. Windows color (decimal): -5495219 or 5056172. OLE color: 5056172.

HSL color Cylindrical-coordinate representation of color #AC264D: hue angle of 342.54º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC264D is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 38 77 -
CMYK 0 0.78 0.55 0.33
HSL 342.54º 0.64% 0.41% -
HSV(B) 342.54º 0.78% 0.67% -
XYZ 19.05 10.69 8.08 -
YUV 82.51 124.89 191.83 -
System Red Green Blue C M Y K H S L
Decimal 172 38 77 0 0.78 0.55 0.33 342.54 0.64 0.41
Hex AC 26 4D 0 4E 37 21 157 40 29
Octal 254 46 115 0 116 67 41 527 100 51
Binary 10101100 100110 1001101 0 1001110 110111 100001 101010111 1000000 101001

Color Harmonies of #AC264D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC264D

Black with #AC264D

Text Example


Text Example

White with #AC264D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC264D; }

 p { color: rgb(172,38,77); }

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

background-color css

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

 a { background-color: rgb(172,38,77); }

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

border-color css

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

 span { border-color: rgb(172,38,77); }

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