Html Css Color HEX #AC5E54 Crail

📋 copy color: '#AC5E54'

red 172 ◦ green 94 ◦ blue 84

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

Shades of Crail #AC5E54

Tints of Crail #AC5E54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 24%

R = 49.14%
G = 26.86%
B = 24%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AC5E54 (or 0xAC5E54) is known color: Crail. HEX triplet: AC, 5E and 54. RGB value is (172,94,84). Sum of RGB (Red+Green+Blue) = 172+94+84=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 84 (33.20% from 255 or 24% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5E54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5E54 is #53A1AB. Grayscale: #747474. Windows color (decimal): -5480876 or 5529260. OLE color: 5529260.

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

Color convert

RGB 172 94 84 -
CMYK 0 0.45 0.51 0.33
HSL 6.82º 0.35% 0.5% -
HSV(B) 6.82º 0.51% 0.67% -
XYZ 22.62 17.42 10.56 -
YUV 116.18 109.84 167.81 -
System Red Green Blue C M Y K H S L
Decimal 172 94 84 0 0.45 0.51 0.33 6.82 0.35 0.5
Hex AC 5E 54 0 2D 33 21 7 23 32
Octal 254 136 124 0 55 63 41 7 43 62
Binary 10101100 1011110 1010100 0 101101 110011 100001 111 100011 110010

Color Harmonies of #AC5E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5E54

Black with #AC5E54

Text Example


Text Example

White with #AC5E54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5E54; }

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

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

background-color css

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

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

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

border-color css

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

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

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