Html Css Color HEX #AC303F Old Rose

📋 copy color: '#AC303F'

red 172 ◦ green 48 ◦ blue 63

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

Shades of Old Rose #AC303F

Tints of Old Rose #AC303F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.96%

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

R = 60.78%
G = 16.96%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC303F (or 0xAC303F) is known color: Old Rose. HEX triplet: AC, 30 and 3F. RGB value is (172,48,63). Sum of RGB (Red+Green+Blue) = 172+48+63=283 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.78% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 63 (25% from 255 or 22.26% from 283); Max value from RGB is 172 - color contains mainly: red. Hex color #AC303F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC303F is #53CFC0. Grayscale: #565656. Windows color (decimal): -5492673 or 4141228. OLE color: 4141228.

HSL color Cylindrical-coordinate representation of color #AC303F: hue angle of 352.74º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC303F is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 48 63 -
CMYK 0 0.72 0.63 0.33
HSL 352.74º 0.56% 0.43% -
HSV(B) 352.74º 0.72% 0.67% -
XYZ 18.97 11.24 5.87 -
YUV 86.79 114.58 188.78 -
System Red Green Blue C M Y K H S L
Decimal 172 48 63 0 0.72 0.63 0.33 352.74 0.56 0.43
Hex AC 30 3F 0 48 3F 21 161 38 2B
Octal 254 60 77 0 110 77 41 541 70 53
Binary 10101100 110000 111111 0 1001000 111111 100001 101100001 111000 101011

Color Harmonies of #AC303F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC303F

Black with #AC303F

Text Example


Text Example

White with #AC303F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC303F; }

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

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

background-color css

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

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

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

border-color css

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

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

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