Html Css Color HEX #AC9548 Husk

📋 copy color: '#AC9548'

red 172 ◦ green 149 ◦ blue 72

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

Shades of Husk #AC9548

Tints of Husk #AC9548

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.91%

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

R = 43.77%
G = 37.91%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AC9548 (or 0xAC9548) is known color: Husk. HEX triplet: AC, 95 and 48. RGB value is (172,149,72). Sum of RGB (Red+Green+Blue) = 172+149+72=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 72 (28.52% from 255 or 18.32% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9548 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9548 is #536AB7. Grayscale: #939393. Windows color (decimal): -5466808 or 4756908. OLE color: 4756908.

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

Color convert

RGB 172 149 72 -
CMYK 0 0.13 0.58 0.33
HSL 46.2º 0.41% 0.48% -
HSV(B) 46.2º 0.58% 0.67% -
XYZ 28.93 30.73 10.54 -
YUV 147.1 85.62 145.76 -
System Red Green Blue C M Y K H S L
Decimal 172 149 72 0 0.13 0.58 0.33 46.2 0.41 0.48
Hex AC 95 48 0 D 3A 21 2E 29 30
Octal 254 225 110 0 15 72 41 56 51 60
Binary 10101100 10010101 1001000 0 1101 111010 100001 101110 101001 110000

Color Harmonies of #AC9548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9548

Black with #AC9548

Text Example


Text Example

White with #AC9548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9548; }

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

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

background-color css

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

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

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

border-color css

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

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

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