Html Css Color HEX #AC283D Old Rose

📋 copy color: '#AC283D'

red 172 ◦ green 40 ◦ blue 61

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

Shades of Old Rose #AC283D

Tints of Old Rose #AC283D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.34%

R = 63%
G = 14.65%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC283D (or 0xAC283D) is known color: Old Rose. HEX triplet: AC, 28 and 3D. RGB value is (172,40,61). Sum of RGB (Red+Green+Blue) = 172+40+61=273 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.00% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 172 - color contains mainly: red. Hex color #AC283D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC283D is #53D7C2. Grayscale: #515151. Windows color (decimal): -5494723 or 4008108. OLE color: 4008108.

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

Color convert

RGB 172 40 61 -
CMYK 0 0.77 0.65 0.33
HSL 350.45º 0.62% 0.42% -
HSV(B) 350.45º 0.77% 0.67% -
XYZ 18.61 10.63 5.48 -
YUV 81.86 116.23 192.29 -
System Red Green Blue C M Y K H S L
Decimal 172 40 61 0 0.77 0.65 0.33 350.45 0.62 0.42
Hex AC 28 3D 0 4D 41 21 15E 3E 2A
Octal 254 50 75 0 115 101 41 536 76 52
Binary 10101100 101000 111101 0 1001101 1000001 100001 101011110 111110 101010

Color Harmonies of #AC283D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC283D

Black with #AC283D

Text Example


Text Example

White with #AC283D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC283D; }

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

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

background-color css

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

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

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

border-color css

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

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

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