Html Css Color HEX #AC234C Old Rose

📋 copy color: '#AC234C'

red 172 ◦ green 35 ◦ blue 76

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

Shades of Old Rose #AC234C

Tints of Old Rose #AC234C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 26.86%

R = 60.78%
G = 12.37%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AC234C (or 0xAC234C) is known color: Old Rose. HEX triplet: AC, 23 and 4C. RGB value is (172,35,76). Sum of RGB (Red+Green+Blue) = 172+35+76=283 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.78% from 283); Green value is 35 (14.06% from 255 or 12.37% from 283); Blue value is 76 (30.08% from 255 or 26.86% from 283); Max value from RGB is 172 - color contains mainly: red. Hex color #AC234C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC234C is #53DCB3. Grayscale: #505050. Windows color (decimal): -5495988 or 4989868. OLE color: 4989868.

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

Color convert

RGB 172 35 76 -
CMYK 0 0.80 0.56 0.33
HSL 342.04º 0.66% 0.41% -
HSV(B) 342.04º 0.8% 0.67% -
XYZ 18.92 10.49 7.87 -
YUV 80.64 125.39 193.17 -
System Red Green Blue C M Y K H S L
Decimal 172 35 76 0 0.80 0.56 0.33 342.04 0.66 0.41
Hex AC 23 4C 0 50 38 21 156 42 29
Octal 254 43 114 0 120 70 41 526 102 51
Binary 10101100 100011 1001100 0 1010000 111000 100001 101010110 1000010 101001

Color Harmonies of #AC234C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC234C

Black with #AC234C

Text Example


Text Example

White with #AC234C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC234C; }

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

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

background-color css

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

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

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

border-color css

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

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

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