Html Css Color HEX #AC5E50 Crail

📋 copy color: '#AC5E50'

red 172 ◦ green 94 ◦ blue 80

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

Shades of Crail #AC5E50

Tints of Crail #AC5E50

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.17%

 BLUE value IS 80 (31.64% from 255) = 23.12%

R = 49.71%
G = 27.17%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AC5E50 (or 0xAC5E50) is known color: Crail. HEX triplet: AC, 5E and 50. RGB value is (172,94,80). Sum of RGB (Red+Green+Blue) = 172+94+80=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 94 (37.11% from 255 or 27.17% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5E50 is #53A1AF. Grayscale: #737373. Windows color (decimal): -5480880 or 5267116. OLE color: 5267116.

HSL color Cylindrical-coordinate representation of color #AC5E50: hue angle of 9.13º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC5E50 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 94 80 -
CMYK 0 0.45 0.53 0.33
HSL 9.13º 0.37% 0.49% -
HSV(B) 9.13º 0.53% 0.67% -
XYZ 22.46 17.36 9.76 -
YUV 115.73 107.84 168.14 -
System Red Green Blue C M Y K H S L
Decimal 172 94 80 0 0.45 0.53 0.33 9.13 0.37 0.49
Hex AC 5E 50 0 2D 35 21 9 25 31
Octal 254 136 120 0 55 65 41 11 45 61
Binary 10101100 1011110 1010000 0 101101 110101 100001 1001 100101 110001

Color Harmonies of #AC5E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5E50

Black with #AC5E50

Text Example


Text Example

White with #AC5E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5E50; }

 p { color: rgb(172,94,80); }

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

background-color css

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

 a { background-color: rgb(172,94,80); }

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

border-color css

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

 span { border-color: rgb(172,94,80); }

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