Html Css Color HEX #AC9F4D Husk

📋 copy color: '#AC9F4D'

red 172 ◦ green 159 ◦ blue 77

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

Shades of Husk #AC9F4D

Tints of Husk #AC9F4D

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.97%

 BLUE value IS 77 (30.47% from 255) = 18.87%

R = 42.16%
G = 38.97%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AC9F4D (or 0xAC9F4D) is known color: Husk. HEX triplet: AC, 9F and 4D. RGB value is (172,159,77). Sum of RGB (Red+Green+Blue) = 172+159+77=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 159 (62.5% from 255 or 38.97% from 408); Blue value is 77 (30.47% from 255 or 18.87% from 408); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9F4D is #5360B2. Grayscale: #999999. Windows color (decimal): -5464243 or 5087148. OLE color: 5087148.

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

Color convert

RGB 172 159 77 -
CMYK 0 0.08 0.55 0.33
HSL 51.79º 0.38% 0.49% -
HSV(B) 51.79º 0.55% 0.67% -
XYZ 30.75 34.1 11.98 -
YUV 153.54 84.81 141.17 -
System Red Green Blue C M Y K H S L
Decimal 172 159 77 0 0.08 0.55 0.33 51.79 0.38 0.49
Hex AC 9F 4D 0 8 37 21 34 26 31
Octal 254 237 115 0 10 67 41 64 46 61
Binary 10101100 10011111 1001101 0 1000 110111 100001 110100 100110 110001

Color Harmonies of #AC9F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9F4D

Black with #AC9F4D

Text Example


Text Example

White with #AC9F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9F4D; }

 p { color: rgb(172,159,77); }

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

background-color css

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

 a { background-color: rgb(172,159,77); }

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

border-color css

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

 span { border-color: rgb(172,159,77); }

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