Html Css Color HEX #AC5E4F Crail

📋 copy color: '#AC5E4F'

red 172 ◦ green 94 ◦ blue 79

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

Shades of Crail #AC5E4F

Tints of Crail #AC5E4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.9%

R = 49.86%
G = 27.25%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AC5E4F (or 0xAC5E4F) is known color: Crail. HEX triplet: AC, 5E and 4F. RGB value is (172,94,79). Sum of RGB (Red+Green+Blue) = 172+94+79=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 79 (31.25% from 255 or 22.90% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5E4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5E4F is #53A1B0. Grayscale: #737373. Windows color (decimal): -5480881 or 5201580. OLE color: 5201580.

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

Color convert

RGB 172 94 79 -
CMYK 0 0.45 0.54 0.33
HSL 9.68º 0.37% 0.49% -
HSV(B) 9.68º 0.54% 0.67% -
XYZ 22.43 17.34 9.56 -
YUV 115.61 107.34 168.22 -
System Red Green Blue C M Y K H S L
Decimal 172 94 79 0 0.45 0.54 0.33 9.68 0.37 0.49
Hex AC 5E 4F 0 2D 36 21 A 25 31
Octal 254 136 117 0 55 66 41 12 45 61
Binary 10101100 1011110 1001111 0 101101 110110 100001 1010 100101 110001

Color Harmonies of #AC5E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5E4F

Black with #AC5E4F

Text Example


Text Example

White with #AC5E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5E4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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