Html Css Color HEX #AC283E Old Rose

📋 copy color: '#AC283E'

red 172 ◦ green 40 ◦ blue 62

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

Shades of Old Rose #AC283E

Tints of Old Rose #AC283E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.6%

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

R = 62.77%
G = 14.6%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AC283E (or 0xAC283E) is known color: Old Rose. HEX triplet: AC, 28 and 3E. RGB value is (172,40,62). Sum of RGB (Red+Green+Blue) = 172+40+62=274 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.77% from 274); Green value is 40 (16.02% from 255 or 14.60% from 274); Blue value is 62 (24.61% from 255 or 22.63% from 274); Max value from RGB is 172 - color contains mainly: red. Hex color #AC283E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC283E is #53D7C1. Grayscale: #525252. Windows color (decimal): -5494722 or 4073644. OLE color: 4073644.

HSL color Cylindrical-coordinate representation of color #AC283E: hue angle of 350º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC283E is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 40 62 -
CMYK 0 0.77 0.64 0.33
HSL 350º 0.62% 0.42% -
HSV(B) 350º 0.77% 0.67% -
XYZ 18.64 10.64 5.63 -
YUV 81.98 116.73 192.21 -
System Red Green Blue C M Y K H S L
Decimal 172 40 62 0 0.77 0.64 0.33 350 0.62 0.42
Hex AC 28 3E 0 4D 40 21 15E 3E 2A
Octal 254 50 76 0 115 100 41 536 76 52
Binary 10101100 101000 111110 0 1001101 1000000 100001 101011110 111110 101010

Color Harmonies of #AC283E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC283E

Black with #AC283E

Text Example


Text Example

White with #AC283E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC283E; }

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

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

background-color css

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

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

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

border-color css

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

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

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