Html Css Color HEX #AC254A Old Rose

📋 copy color: '#AC254A'

red 172 ◦ green 37 ◦ blue 74

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

Shades of Old Rose #AC254A

Tints of Old Rose #AC254A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.07%

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

R = 60.78%
G = 13.07%
B = 26.15%

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

#AC254A (or 0xAC254A) is known color: Old Rose. HEX triplet: AC, 25 and 4A. RGB value is (172,37,74). Sum of RGB (Red+Green+Blue) = 172+37+74=283 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.78% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 172 - color contains mainly: red. Hex color #AC254A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC254A is #53DAB5. Grayscale: #515151. Windows color (decimal): -5495478 or 4859308. OLE color: 4859308.

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

Color convert

RGB 172 37 74 -
CMYK 0 0.78 0.57 0.33
HSL 343.56º 0.65% 0.41% -
HSV(B) 343.56º 0.78% 0.67% -
XYZ 18.91 10.59 7.53 -
YUV 81.58 123.73 192.49 -
System Red Green Blue C M Y K H S L
Decimal 172 37 74 0 0.78 0.57 0.33 343.56 0.65 0.41
Hex AC 25 4A 0 4E 39 21 158 41 29
Octal 254 45 112 0 116 71 41 530 101 51
Binary 10101100 100101 1001010 0 1001110 111001 100001 101011000 1000001 101001

Color Harmonies of #AC254A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC254A

Black with #AC254A

Text Example


Text Example

White with #AC254A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC254A; }

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

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

background-color css

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

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

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

border-color css

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

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

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