Html Css Color HEX #AC9947 Husk

📋 copy color: '#AC9947'

red 172 ◦ green 153 ◦ blue 71

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

Shades of Husk #AC9947

Tints of Husk #AC9947

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.64%

 BLUE value IS 71 (28.13% from 255) = 17.93%

R = 43.43%
G = 38.64%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AC9947 (or 0xAC9947) is known color: Husk. HEX triplet: AC, 99 and 47. RGB value is (172,153,71). Sum of RGB (Red+Green+Blue) = 172+153+71=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 71 (28.12% from 255 or 17.93% from 396); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9947 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9947 is #5366B8. Grayscale: #959595. Windows color (decimal): -5465785 or 4692396. OLE color: 4692396.

HSL color Cylindrical-coordinate representation of color #AC9947: hue angle of 48.71º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC9947 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 153 71 -
CMYK 0 0.11 0.59 0.33
HSL 48.71º 0.42% 0.48% -
HSV(B) 48.71º 0.59% 0.67% -
XYZ 29.54 32.01 10.58 -
YUV 149.33 83.79 144.17 -
System Red Green Blue C M Y K H S L
Decimal 172 153 71 0 0.11 0.59 0.33 48.71 0.42 0.48
Hex AC 99 47 0 B 3B 21 31 2A 30
Octal 254 231 107 0 13 73 41 61 52 60
Binary 10101100 10011001 1000111 0 1011 111011 100001 110001 101010 110000

Color Harmonies of #AC9947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9947

Black with #AC9947

Text Example


Text Example

White with #AC9947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9947; }

 p { color: rgb(172,153,71); }

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

background-color css

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

 a { background-color: rgb(172,153,71); }

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

border-color css

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

 span { border-color: rgb(172,153,71); }

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