Html Css Color HEX #AC254B Old Rose

📋 copy color: '#AC254B'

red 172 ◦ green 37 ◦ blue 75

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

Shades of Old Rose #AC254B

Tints of Old Rose #AC254B

RGB

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

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

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

R = 60.56%
G = 13.03%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AC254B (or 0xAC254B) is known color: Old Rose. HEX triplet: AC, 25 and 4B. RGB value is (172,37,75). Sum of RGB (Red+Green+Blue) = 172+37+75=284 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.56% from 284); Green value is 37 (14.84% from 255 or 13.03% from 284); Blue value is 75 (29.69% from 255 or 26.41% from 284); Max value from RGB is 172 - color contains mainly: red. Hex color #AC254B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC254B is #53DAB4. Grayscale: #515151. Windows color (decimal): -5495477 or 4924844. OLE color: 4924844.

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

Color convert

RGB 172 37 75 -
CMYK 0 0.78 0.56 0.33
HSL 343.11º 0.65% 0.41% -
HSV(B) 343.11º 0.78% 0.67% -
XYZ 18.94 10.6 7.7 -
YUV 81.7 124.23 192.41 -
System Red Green Blue C M Y K H S L
Decimal 172 37 75 0 0.78 0.56 0.33 343.11 0.65 0.41
Hex AC 25 4B 0 4E 38 21 157 41 29
Octal 254 45 113 0 116 70 41 527 101 51
Binary 10101100 100101 1001011 0 1001110 111000 100001 101010111 1000001 101001

Color Harmonies of #AC254B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC254B

Black with #AC254B

Text Example


Text Example

White with #AC254B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC254B; }

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

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

background-color css

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

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

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

border-color css

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

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

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