Html Css Color HEX #AC5748 Crail

📋 copy color: '#AC5748'

red 172 ◦ green 87 ◦ blue 72

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

Shades of Crail #AC5748

Tints of Crail #AC5748

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.28%

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

R = 51.96%
G = 26.28%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AC5748 (or 0xAC5748) is known color: Crail. HEX triplet: AC, 57 and 48. RGB value is (172,87,72). Sum of RGB (Red+Green+Blue) = 172+87+72=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 87 (34.38% from 255 or 26.28% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5748 is #53A8B7. Grayscale: #6E6E6E. Windows color (decimal): -5482680 or 4741036. OLE color: 4741036.

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

Color convert

RGB 172 87 72 -
CMYK 0 0.49 0.58 0.33
HSL 0.41% 0.48% -
HSV(B) 0.58% 0.67% -
XYZ 21.59 16.05 8.09 -
YUV 110.71 106.16 171.72 -
System Red Green Blue C M Y K H S L
Decimal 172 87 72 0 0.49 0.58 0.33 9 0.41 0.48
Hex AC 57 48 0 31 3A 21 9 29 30
Octal 254 127 110 0 61 72 41 11 51 60
Binary 10101100 1010111 1001000 0 110001 111010 100001 1001 101001 110000

Color Harmonies of #AC5748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5748

Black with #AC5748

Text Example


Text Example

White with #AC5748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5748; }

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

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

background-color css

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

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

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

border-color css

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

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

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