Html Css Color HEX #AC5540 Crail

📋 copy color: '#AC5540'

red 172 ◦ green 85 ◦ blue 64

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

Shades of Crail #AC5540

Tints of Crail #AC5540

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.48%

 BLUE value IS 64 (25.39% from 255) = 19.94%

R = 53.58%
G = 26.48%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC5540 (or 0xAC5540) is known color: Crail. HEX triplet: AC, 55 and 40. RGB value is (172,85,64). Sum of RGB (Red+Green+Blue) = 172+85+64=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5540 is #53AABF. Grayscale: #6C6C6C. Windows color (decimal): -5483200 or 4216236. OLE color: 4216236.

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

Color convert

RGB 172 85 64 -
CMYK 0 0.51 0.63 0.33
HSL 11.67º 0.46% 0.46% -
HSV(B) 11.67º 0.63% 0.67% -
XYZ 21.19 15.64 6.75 -
YUV 108.62 102.82 173.21 -
System Red Green Blue C M Y K H S L
Decimal 172 85 64 0 0.51 0.63 0.33 11.67 0.46 0.46
Hex AC 55 40 0 33 3F 21 C 2E 2E
Octal 254 125 100 0 63 77 41 14 56 56
Binary 10101100 1010101 1000000 0 110011 111111 100001 1100 101110 101110

Color Harmonies of #AC5540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5540

Black with #AC5540

Text Example


Text Example

White with #AC5540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5540; }

 p { color: rgb(172,85,64); }

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

background-color css

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

 a { background-color: rgb(172,85,64); }

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

border-color css

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

 span { border-color: rgb(172,85,64); }

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