Html Css Color HEX #AC5D4E Crail

📋 copy color: '#AC5D4E'

red 172 ◦ green 93 ◦ blue 78

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

Shades of Crail #AC5D4E

Tints of Crail #AC5D4E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.11%

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

R = 50.15%
G = 27.11%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AC5D4E (or 0xAC5D4E) is known color: Crail. HEX triplet: AC, 5D and 4E. RGB value is (172,93,78). Sum of RGB (Red+Green+Blue) = 172+93+78=343 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.15% from 343); Green value is 93 (36.72% from 255 or 27.11% from 343); Blue value is 78 (30.86% from 255 or 22.74% from 343); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5D4E is #53A2B1. Grayscale: #737373. Windows color (decimal): -5481138 or 5135788. OLE color: 5135788.

HSL color Cylindrical-coordinate representation of color #AC5D4E: hue angle of 9.57º 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 #AC5D4E is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 93 78 -
CMYK 0 0.46 0.55 0.33
HSL 9.57º 0.38% 0.49% -
HSV(B) 9.57º 0.55% 0.67% -
XYZ 22.3 17.15 9.34 -
YUV 114.91 107.17 168.72 -
System Red Green Blue C M Y K H S L
Decimal 172 93 78 0 0.46 0.55 0.33 9.57 0.38 0.49
Hex AC 5D 4E 0 2E 37 21 A 26 31
Octal 254 135 116 0 56 67 41 12 46 61
Binary 10101100 1011101 1001110 0 101110 110111 100001 1010 100110 110001

Color Harmonies of #AC5D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5D4E

Black with #AC5D4E

Text Example


Text Example

White with #AC5D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5D4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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