Html Css Color HEX #AC5D4C Crail

📋 copy color: '#AC5D4C'

red 172 ◦ green 93 ◦ blue 76

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

Shades of Crail #AC5D4C

Tints of Crail #AC5D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.29%

R = 50.44%
G = 27.27%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AC5D4C (or 0xAC5D4C) is known color: Crail. HEX triplet: AC, 5D and 4C. RGB value is (172,93,76). Sum of RGB (Red+Green+Blue) = 172+93+76=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 93 (36.72% from 255 or 27.27% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5D4C is #53A2B3. Grayscale: #727272. Windows color (decimal): -5481140 or 5004716. OLE color: 5004716.

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

Color convert

RGB 172 93 76 -
CMYK 0 0.46 0.56 0.33
HSL 10.63º 0.39% 0.49% -
HSV(B) 10.63º 0.56% 0.67% -
XYZ 22.23 17.12 8.97 -
YUV 114.68 106.17 168.88 -
System Red Green Blue C M Y K H S L
Decimal 172 93 76 0 0.46 0.56 0.33 10.63 0.39 0.49
Hex AC 5D 4C 0 2E 38 21 B 27 31
Octal 254 135 114 0 56 70 41 13 47 61
Binary 10101100 1011101 1001100 0 101110 111000 100001 1011 100111 110001

Color Harmonies of #AC5D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5D4C

Black with #AC5D4C

Text Example


Text Example

White with #AC5D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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