Html Css Color HEX #AC5944 Crail

📋 copy color: '#AC5944'

red 172 ◦ green 89 ◦ blue 68

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

Shades of Crail #AC5944

Tints of Crail #AC5944

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.05%

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

R = 52.28%
G = 27.05%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AC5944 (or 0xAC5944) is known color: Crail. HEX triplet: AC, 59 and 44. RGB value is (172,89,68). Sum of RGB (Red+Green+Blue) = 172+89+68=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5944 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5944 is #53A6BB. Grayscale: #6F6F6F. Windows color (decimal): -5482172 or 4479404. OLE color: 4479404.

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

Color convert

RGB 172 89 68 -
CMYK 0 0.48 0.60 0.33
HSL 12.12º 0.43% 0.47% -
HSV(B) 12.12º 0.6% 0.67% -
XYZ 21.63 16.33 7.48 -
YUV 111.42 103.5 171.21 -
System Red Green Blue C M Y K H S L
Decimal 172 89 68 0 0.48 0.60 0.33 12.12 0.43 0.47
Hex AC 59 44 0 30 3C 21 C 2B 2F
Octal 254 131 104 0 60 74 41 14 53 57
Binary 10101100 1011001 1000100 0 110000 111100 100001 1100 101011 101111

Color Harmonies of #AC5944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5944

Black with #AC5944

Text Example


Text Example

White with #AC5944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5944; }

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

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

background-color css

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

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

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

border-color css

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

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

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