Html Css Color HEX #AC234D Old Rose

📋 copy color: '#AC234D'

red 172 ◦ green 35 ◦ blue 77

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

Shades of Old Rose #AC234D

Tints of Old Rose #AC234D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.32%

 BLUE value IS 77 (30.47% from 255) = 27.11%

R = 60.56%
G = 12.32%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AC234D (or 0xAC234D) is known color: Old Rose. HEX triplet: AC, 23 and 4D. RGB value is (172,35,77). Sum of RGB (Red+Green+Blue) = 172+35+77=284 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.56% from 284); Green value is 35 (14.06% from 255 or 12.32% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 172 - color contains mainly: red. Hex color #AC234D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC234D is #53DCB2. Grayscale: #505050. Windows color (decimal): -5495987 or 5055404. OLE color: 5055404.

HSL color Cylindrical-coordinate representation of color #AC234D: hue angle of 341.61º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC234D is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 35 77 -
CMYK 0 0.80 0.55 0.33
HSL 341.61º 0.66% 0.41% -
HSV(B) 341.61º 0.8% 0.67% -
XYZ 18.95 10.51 8.05 -
YUV 80.75 125.89 193.08 -
System Red Green Blue C M Y K H S L
Decimal 172 35 77 0 0.80 0.55 0.33 341.61 0.66 0.41
Hex AC 23 4D 0 50 37 21 156 42 29
Octal 254 43 115 0 120 67 41 526 102 51
Binary 10101100 100011 1001101 0 1010000 110111 100001 101010110 1000010 101001

Color Harmonies of #AC234D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC234D

Black with #AC234D

Text Example


Text Example

White with #AC234D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC234D; }

 p { color: rgb(172,35,77); }

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

background-color css

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

 a { background-color: rgb(172,35,77); }

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

border-color css

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

 span { border-color: rgb(172,35,77); }

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