Html Css Color HEX #AC5C48 Crail

📋 copy color: '#AC5C48'

red 172 ◦ green 92 ◦ blue 72

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

Shades of Crail #AC5C48

Tints of Crail #AC5C48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.43%

R = 51.19%
G = 27.38%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AC5C48 (or 0xAC5C48) is known color: Crail. HEX triplet: AC, 5C and 48. RGB value is (172,92,72). Sum of RGB (Red+Green+Blue) = 172+92+72=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 92 (36.33% from 255 or 27.38% from 336); Blue value is 72 (28.52% from 255 or 21.43% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5C48 is #53A3B7. Grayscale: #717171. Windows color (decimal): -5481400 or 4742316. OLE color: 4742316.

HSL color Cylindrical-coordinate representation of color #AC5C48: hue angle of 12º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC5C48 is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 92 72 -
CMYK 0 0.47 0.58 0.33
HSL 12º 0.41% 0.48% -
HSV(B) 12º 0.58% 0.67% -
XYZ 22.01 16.89 8.23 -
YUV 113.64 104.5 169.63 -
System Red Green Blue C M Y K H S L
Decimal 172 92 72 0 0.47 0.58 0.33 12 0.41 0.48
Hex AC 5C 48 0 2F 3A 21 C 29 30
Octal 254 134 110 0 57 72 41 14 51 60
Binary 10101100 1011100 1001000 0 101111 111010 100001 1100 101001 110000

Color Harmonies of #AC5C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5C48

Black with #AC5C48

Text Example


Text Example

White with #AC5C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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