Html Css Color HEX #AC303E Old Rose

📋 copy color: '#AC303E'

red 172 ◦ green 48 ◦ blue 62

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

Shades of Old Rose #AC303E

Tints of Old Rose #AC303E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.99%

R = 60.99%
G = 17.02%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AC303E (or 0xAC303E) is known color: Old Rose. HEX triplet: AC, 30 and 3E. RGB value is (172,48,62). Sum of RGB (Red+Green+Blue) = 172+48+62=282 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.99% from 282); Green value is 48 (19.14% from 255 or 17.02% from 282); Blue value is 62 (24.61% from 255 or 21.99% from 282); Max value from RGB is 172 - color contains mainly: red. Hex color #AC303E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC303E is #53CFC1. Grayscale: #565656. Windows color (decimal): -5492674 or 4075692. OLE color: 4075692.

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

Color convert

RGB 172 48 62 -
CMYK 0 0.72 0.64 0.33
HSL 353.23º 0.56% 0.43% -
HSV(B) 353.23º 0.72% 0.67% -
XYZ 18.94 11.23 5.73 -
YUV 86.67 114.08 188.86 -
System Red Green Blue C M Y K H S L
Decimal 172 48 62 0 0.72 0.64 0.33 353.23 0.56 0.43
Hex AC 30 3E 0 48 40 21 161 38 2B
Octal 254 60 76 0 110 100 41 541 70 53
Binary 10101100 110000 111110 0 1001000 1000000 100001 101100001 111000 101011

Color Harmonies of #AC303E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC303E

Black with #AC303E

Text Example


Text Example

White with #AC303E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC303E; }

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

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

background-color css

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

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

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

border-color css

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

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

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