Html Css Color HEX #AC264A Old Rose

📋 copy color: '#AC264A'

red 172 ◦ green 38 ◦ blue 74

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

Shades of Old Rose #AC264A

Tints of Old Rose #AC264A

RGB

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

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

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

R = 60.56%
G = 13.38%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AC264A (or 0xAC264A) is known color: Old Rose. HEX triplet: AC, 26 and 4A. RGB value is (172,38,74). Sum of RGB (Red+Green+Blue) = 172+38+74=284 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.56% from 284); Green value is 38 (15.23% from 255 or 13.38% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 172 - color contains mainly: red. Hex color #AC264A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC264A is #53D9B5. Grayscale: #525252. Windows color (decimal): -5495222 or 4859564. OLE color: 4859564.

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

Color convert

RGB 172 38 74 -
CMYK 0 0.78 0.57 0.33
HSL 343.88º 0.64% 0.41% -
HSV(B) 343.88º 0.78% 0.67% -
XYZ 18.94 10.65 7.54 -
YUV 82.17 123.39 192.07 -
System Red Green Blue C M Y K H S L
Decimal 172 38 74 0 0.78 0.57 0.33 343.88 0.64 0.41
Hex AC 26 4A 0 4E 39 21 158 40 29
Octal 254 46 112 0 116 71 41 530 100 51
Binary 10101100 100110 1001010 0 1001110 111001 100001 101011000 1000000 101001

Color Harmonies of #AC264A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC264A

Black with #AC264A

Text Example


Text Example

White with #AC264A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC264A; }

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

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

background-color css

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

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

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

border-color css

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

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

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