Html Css Color HEX #AC2E3D Old Rose

📋 copy color: '#AC2E3D'

red 172 ◦ green 46 ◦ blue 61

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

Shades of Old Rose #AC2E3D

Tints of Old Rose #AC2E3D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.49%

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

R = 61.65%
G = 16.49%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC2E3D (or 0xAC2E3D) is known color: Old Rose. HEX triplet: AC, 2E and 3D. RGB value is (172,46,61). Sum of RGB (Red+Green+Blue) = 172+46+61=279 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.65% from 279); Green value is 46 (18.36% from 255 or 16.49% from 279); Blue value is 61 (24.22% from 255 or 21.86% from 279); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2E3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2E3D is #53D1C2. Grayscale: #555555. Windows color (decimal): -5493187 or 4009644. OLE color: 4009644.

HSL color Cylindrical-coordinate representation of color #AC2E3D: hue angle of 352.86º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC2E3D is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 46 61 -
CMYK 0 0.73 0.65 0.33
HSL 352.86º 0.58% 0.43% -
HSV(B) 352.86º 0.73% 0.67% -
XYZ 18.83 11.06 5.56 -
YUV 85.38 114.24 189.78 -
System Red Green Blue C M Y K H S L
Decimal 172 46 61 0 0.73 0.65 0.33 352.86 0.58 0.43
Hex AC 2E 3D 0 49 41 21 161 3A 2B
Octal 254 56 75 0 111 101 41 541 72 53
Binary 10101100 101110 111101 0 1001001 1000001 100001 101100001 111010 101011

Color Harmonies of #AC2E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2E3D

Black with #AC2E3D

Text Example


Text Example

White with #AC2E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2E3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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