Html Css Color HEX #AC253F Old Rose

📋 copy color: '#AC253F'

red 172 ◦ green 37 ◦ blue 63

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

Shades of Old Rose #AC253F

Tints of Old Rose #AC253F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.16%

R = 63.24%
G = 13.6%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC253F (or 0xAC253F) is known color: Old Rose. HEX triplet: AC, 25 and 3F. RGB value is (172,37,63). Sum of RGB (Red+Green+Blue) = 172+37+63=272 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.24% from 272); Green value is 37 (14.84% from 255 or 13.60% from 272); Blue value is 63 (25% from 255 or 23.16% from 272); Max value from RGB is 172 - color contains mainly: red. Hex color #AC253F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC253F is #53DAC0. Grayscale: #505050. Windows color (decimal): -5495489 or 4138412. OLE color: 4138412.

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

Color convert

RGB 172 37 63 -
CMYK 0 0.78 0.63 0.33
HSL 348.44º 0.65% 0.41% -
HSV(B) 348.44º 0.78% 0.67% -
XYZ 18.57 10.45 5.74 -
YUV 80.33 118.23 193.39 -
System Red Green Blue C M Y K H S L
Decimal 172 37 63 0 0.78 0.63 0.33 348.44 0.65 0.41
Hex AC 25 3F 0 4E 3F 21 15C 41 29
Octal 254 45 77 0 116 77 41 534 101 51
Binary 10101100 100101 111111 0 1001110 111111 100001 101011100 1000001 101001

Color Harmonies of #AC253F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC253F

Black with #AC253F

Text Example


Text Example

White with #AC253F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC253F; }

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

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

background-color css

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

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

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

border-color css

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

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

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