Html Css Color HEX #AC5641 Crail

📋 copy color: '#AC5641'

red 172 ◦ green 86 ◦ blue 65

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

Shades of Crail #AC5641

Tints of Crail #AC5641

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.63%

 BLUE value IS 65 (25.78% from 255) = 20.12%

R = 53.25%
G = 26.63%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC5641 (or 0xAC5641) is known color: Crail. HEX triplet: AC, 56 and 41. RGB value is (172,86,65). Sum of RGB (Red+Green+Blue) = 172+86+65=323 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.25% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5641 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5641 is #53A9BE. Grayscale: #6D6D6D. Windows color (decimal): -5482943 or 4282028. OLE color: 4282028.

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

Color convert

RGB 172 86 65 -
CMYK 0 0.5 0.62 0.33
HSL 11.78º 0.45% 0.46% -
HSV(B) 11.78º 0.62% 0.67% -
XYZ 21.3 15.81 6.93 -
YUV 109.32 102.99 172.71 -
System Red Green Blue C M Y K H S L
Decimal 172 86 65 0 0.5 0.62 0.33 11.78 0.45 0.46
Hex AC 56 41 0 32 3E 21 C 2D 2E
Octal 254 126 101 0 62 76 41 14 55 56
Binary 10101100 1010110 1000001 0 110010 111110 100001 1100 101101 101110

Color Harmonies of #AC5641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5641

Black with #AC5641

Text Example


Text Example

White with #AC5641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5641; }

 p { color: rgb(172,86,65); }

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

background-color css

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

 a { background-color: rgb(172,86,65); }

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

border-color css

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

 span { border-color: rgb(172,86,65); }

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