Html Css Color HEX #AC5544 Crail

📋 copy color: '#AC5544'

red 172 ◦ green 85 ◦ blue 68

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

Shades of Crail #AC5544

Tints of Crail #AC5544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.92%

R = 52.92%
G = 26.15%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AC5544 (or 0xAC5544) is known color: Crail. HEX triplet: AC, 55 and 44. RGB value is (172,85,68). Sum of RGB (Red+Green+Blue) = 172+85+68=325 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.92% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 68 (26.95% from 255 or 20.92% from 325); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5544 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5544 is #53AABB. Grayscale: #6D6D6D. Windows color (decimal): -5483196 or 4478380. OLE color: 4478380.

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

Color convert

RGB 172 85 68 -
CMYK 0 0.51 0.60 0.33
HSL 9.81º 0.43% 0.47% -
HSV(B) 9.81º 0.6% 0.67% -
XYZ 21.31 15.69 7.37 -
YUV 109.08 104.82 172.88 -
System Red Green Blue C M Y K H S L
Decimal 172 85 68 0 0.51 0.60 0.33 9.81 0.43 0.47
Hex AC 55 44 0 33 3C 21 A 2B 2F
Octal 254 125 104 0 63 74 41 12 53 57
Binary 10101100 1010101 1000100 0 110011 111100 100001 1010 101011 101111

Color Harmonies of #AC5544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5544

Black with #AC5544

Text Example


Text Example

White with #AC5544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5544; }

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

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

background-color css

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

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

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

border-color css

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

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

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