Html Css Color HEX #AC333F Old Rose

📋 copy color: '#AC333F'

red 172 ◦ green 51 ◦ blue 63

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

Shades of Old Rose #AC333F

Tints of Old Rose #AC333F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.83%

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

R = 60.14%
G = 17.83%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC333F (or 0xAC333F) is known color: Old Rose. HEX triplet: AC, 33 and 3F. RGB value is (172,51,63). Sum of RGB (Red+Green+Blue) = 172+51+63=286 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.14% from 286); Green value is 51 (20.31% from 255 or 17.83% from 286); Blue value is 63 (25% from 255 or 22.03% from 286); Max value from RGB is 172 - color contains mainly: red. Hex color #AC333F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC333F is #53CCC0. Grayscale: #585858. Windows color (decimal): -5491905 or 4141996. OLE color: 4141996.

HSL color Cylindrical-coordinate representation of color #AC333F: hue angle of 354.05º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC333F is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 51 63 -
CMYK 0 0.70 0.63 0.33
HSL 354.05º 0.54% 0.44% -
HSV(B) 354.05º 0.7% 0.67% -
XYZ 19.09 11.5 5.92 -
YUV 88.55 113.59 187.52 -
System Red Green Blue C M Y K H S L
Decimal 172 51 63 0 0.70 0.63 0.33 354.05 0.54 0.44
Hex AC 33 3F 0 46 3F 21 162 36 2C
Octal 254 63 77 0 106 77 41 542 66 54
Binary 10101100 110011 111111 0 1000110 111111 100001 101100010 110110 101100

Color Harmonies of #AC333F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC333F

Black with #AC333F

Text Example


Text Example

White with #AC333F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC333F; }

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

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

background-color css

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

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

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

border-color css

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

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

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