Html Css Color HEX #AC9D58 Husk

📋 copy color: '#AC9D58'

red 172 ◦ green 157 ◦ blue 88

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

Shades of Husk #AC9D58

Tints of Husk #AC9D58

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.65%

 BLUE value IS 88 (34.77% from 255) = 21.1%

R = 41.25%
G = 37.65%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AC9D58 (or 0xAC9D58) is known color: Husk. HEX triplet: AC, 9D and 58. RGB value is (172,157,88). Sum of RGB (Red+Green+Blue) = 172+157+88=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 157 (61.72% from 255 or 37.65% from 417); Blue value is 88 (34.77% from 255 or 21.10% from 417); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9D58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9D58 is #5362A7. Grayscale: #999999. Windows color (decimal): -5464744 or 5807532. OLE color: 5807532.

HSL color Cylindrical-coordinate representation of color #AC9D58: hue angle of 49.29º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC9D58 is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 157 88 -
CMYK 0 0.09 0.49 0.33
HSL 49.29º 0.34% 0.51% -
HSV(B) 49.29º 0.49% 0.67% -
XYZ 30.83 33.59 14.09 -
YUV 153.62 90.97 141.11 -
System Red Green Blue C M Y K H S L
Decimal 172 157 88 0 0.09 0.49 0.33 49.29 0.34 0.51
Hex AC 9D 58 0 9 31 21 31 22 33
Octal 254 235 130 0 11 61 41 61 42 63
Binary 10101100 10011101 1011000 0 1001 110001 100001 110001 100010 110011

Color Harmonies of #AC9D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9D58

Black with #AC9D58

Text Example


Text Example

White with #AC9D58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9D58; }

 p { color: rgb(172,157,88); }

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

background-color css

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

 a { background-color: rgb(172,157,88); }

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

border-color css

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

 span { border-color: rgb(172,157,88); }

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