Html Css Color HEX #AC2645 Old Rose

📋 copy color: '#AC2645'

red 172 ◦ green 38 ◦ blue 69

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

Shades of Old Rose #AC2645

Tints of Old Rose #AC2645

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.62%

 BLUE value IS 69 (27.34% from 255) = 24.73%

R = 61.65%
G = 13.62%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AC2645 (or 0xAC2645) is known color: Old Rose. HEX triplet: AC, 26 and 45. RGB value is (172,38,69). Sum of RGB (Red+Green+Blue) = 172+38+69=279 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.65% from 279); Green value is 38 (15.23% from 255 or 13.62% from 279); Blue value is 69 (27.34% from 255 or 24.73% from 279); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2645 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2645 is #53D9BA. Grayscale: #515151. Windows color (decimal): -5495227 or 4531884. OLE color: 4531884.

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

Color convert

RGB 172 38 69 -
CMYK 0 0.78 0.60 0.33
HSL 346.12º 0.64% 0.41% -
HSV(B) 346.12º 0.78% 0.67% -
XYZ 18.78 10.59 6.68 -
YUV 81.6 120.89 192.48 -
System Red Green Blue C M Y K H S L
Decimal 172 38 69 0 0.78 0.60 0.33 346.12 0.64 0.41
Hex AC 26 45 0 4E 3C 21 15A 40 29
Octal 254 46 105 0 116 74 41 532 100 51
Binary 10101100 100110 1000101 0 1001110 111100 100001 101011010 1000000 101001

Color Harmonies of #AC2645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2645

Black with #AC2645

Text Example


Text Example

White with #AC2645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2645; }

 p { color: rgb(172,38,69); }

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

background-color css

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

 a { background-color: rgb(172,38,69); }

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

border-color css

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

 span { border-color: rgb(172,38,69); }

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