Html Css Color HEX #AC5E4E Crail

📋 copy color: '#AC5E4E'

red 172 ◦ green 94 ◦ blue 78

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

Shades of Crail #AC5E4E

Tints of Crail #AC5E4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.67%

R = 50%
G = 27.33%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AC5E4E (or 0xAC5E4E) is known color: Crail. HEX triplet: AC, 5E and 4E. RGB value is (172,94,78). Sum of RGB (Red+Green+Blue) = 172+94+78=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 94 (37.11% from 255 or 27.33% from 344); Blue value is 78 (30.86% from 255 or 22.67% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5E4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5E4E is #53A1B1. Grayscale: #737373. Windows color (decimal): -5480882 or 5136044. OLE color: 5136044.

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

Color convert

RGB 172 94 78 -
CMYK 0 0.45 0.55 0.33
HSL 10.21º 0.38% 0.49% -
HSV(B) 10.21º 0.55% 0.67% -
XYZ 22.39 17.33 9.37 -
YUV 115.5 106.84 168.3 -
System Red Green Blue C M Y K H S L
Decimal 172 94 78 0 0.45 0.55 0.33 10.21 0.38 0.49
Hex AC 5E 4E 0 2D 37 21 A 26 31
Octal 254 136 116 0 55 67 41 12 46 61
Binary 10101100 1011110 1001110 0 101101 110111 100001 1010 100110 110001

Color Harmonies of #AC5E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5E4E

Black with #AC5E4E

Text Example


Text Example

White with #AC5E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5E4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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