Html Css Color HEX #AC9A48 Husk

📋 copy color: '#AC9A48'

red 172 ◦ green 154 ◦ blue 72

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

Shades of Husk #AC9A48

Tints of Husk #AC9A48

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.69%

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

R = 43.22%
G = 38.69%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AC9A48 (or 0xAC9A48) is known color: Husk. HEX triplet: AC, 9A and 48. RGB value is (172,154,72). Sum of RGB (Red+Green+Blue) = 172+154+72=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 154 (60.55% from 255 or 38.69% from 398); Blue value is 72 (28.52% from 255 or 18.09% from 398); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9A48 is #5365B7. Grayscale: #969696. Windows color (decimal): -5465528 or 4758188. OLE color: 4758188.

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

Color convert

RGB 172 154 72 -
CMYK 0 0.10 0.58 0.33
HSL 49.2º 0.41% 0.48% -
HSV(B) 49.2º 0.58% 0.67% -
XYZ 29.74 32.35 10.81 -
YUV 150.03 83.96 143.67 -
System Red Green Blue C M Y K H S L
Decimal 172 154 72 0 0.10 0.58 0.33 49.2 0.41 0.48
Hex AC 9A 48 0 A 3A 21 31 29 30
Octal 254 232 110 0 12 72 41 61 51 60
Binary 10101100 10011010 1001000 0 1010 111010 100001 110001 101001 110000

Color Harmonies of #AC9A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9A48

Black with #AC9A48

Text Example


Text Example

White with #AC9A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9A48; }

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

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

background-color css

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

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

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

border-color css

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

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

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