Html Css Color HEX #AC9942 Husk

📋 copy color: '#AC9942'

red 172 ◦ green 153 ◦ blue 66

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

Shades of Husk #AC9942

Tints of Husk #AC9942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.88%

R = 43.99%
G = 39.13%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC9942 (or 0xAC9942) is known color: Husk. HEX triplet: AC, 99 and 42. RGB value is (172,153,66). Sum of RGB (Red+Green+Blue) = 172+153+66=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 66 (26.17% from 255 or 16.88% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9942 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9942 is #5366BD. Grayscale: #959595. Windows color (decimal): -5465790 or 4364716. OLE color: 4364716.

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

Color convert

RGB 172 153 66 -
CMYK 0 0.11 0.62 0.33
HSL 49.25º 0.45% 0.47% -
HSV(B) 49.25º 0.62% 0.67% -
XYZ 29.39 31.95 9.77 -
YUV 148.76 81.29 144.57 -
System Red Green Blue C M Y K H S L
Decimal 172 153 66 0 0.11 0.62 0.33 49.25 0.45 0.47
Hex AC 99 42 0 B 3E 21 31 2D 2F
Octal 254 231 102 0 13 76 41 61 55 57
Binary 10101100 10011001 1000010 0 1011 111110 100001 110001 101101 101111

Color Harmonies of #AC9942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9942

Black with #AC9942

Text Example


Text Example

White with #AC9942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9942; }

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

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

background-color css

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

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

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

border-color css

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

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

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