Html Css Color HEX #AC5C4E Crail

📋 copy color: '#AC5C4E'

red 172 ◦ green 92 ◦ blue 78

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

Shades of Crail #AC5C4E

Tints of Crail #AC5C4E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.9%

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

R = 50.29%
G = 26.9%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AC5C4E (or 0xAC5C4E) is known color: Crail. HEX triplet: AC, 5C and 4E. RGB value is (172,92,78). Sum of RGB (Red+Green+Blue) = 172+92+78=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 78 (30.86% from 255 or 22.81% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5C4E is #53A3B1. Grayscale: #727272. Windows color (decimal): -5481394 or 5135532. OLE color: 5135532.

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

Color convert

RGB 172 92 78 -
CMYK 0 0.47 0.55 0.33
HSL 8.94º 0.38% 0.49% -
HSV(B) 8.94º 0.55% 0.67% -
XYZ 22.22 16.98 9.31 -
YUV 114.32 107.5 169.14 -
System Red Green Blue C M Y K H S L
Decimal 172 92 78 0 0.47 0.55 0.33 8.94 0.38 0.49
Hex AC 5C 4E 0 2F 37 21 9 26 31
Octal 254 134 116 0 57 67 41 11 46 61
Binary 10101100 1011100 1001110 0 101111 110111 100001 1001 100110 110001

Color Harmonies of #AC5C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5C4E

Black with #AC5C4E

Text Example


Text Example

White with #AC5C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5C4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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