Html Css Color HEX #AC984F Husk

📋 copy color: '#AC984F'

red 172 ◦ green 152 ◦ blue 79

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

Shades of Husk #AC984F

Tints of Husk #AC984F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.72%

 BLUE value IS 79 (31.25% from 255) = 19.6%

R = 42.68%
G = 37.72%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AC984F (or 0xAC984F) is known color: Husk. HEX triplet: AC, 98 and 4F. RGB value is (172,152,79). Sum of RGB (Red+Green+Blue) = 172+152+79=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 79 (31.25% from 255 or 19.60% from 403); Max value from RGB is 172 - color contains mainly: red. Hex color #AC984F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC984F is #5367B0. Grayscale: #959595. Windows color (decimal): -5466033 or 5216428. OLE color: 5216428.

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

Color convert

RGB 172 152 79 -
CMYK 0 0.12 0.54 0.33
HSL 47.1º 0.37% 0.49% -
HSV(B) 47.1º 0.54% 0.67% -
XYZ 29.65 31.79 11.97 -
YUV 149.66 88.13 143.94 -
System Red Green Blue C M Y K H S L
Decimal 172 152 79 0 0.12 0.54 0.33 47.1 0.37 0.49
Hex AC 98 4F 0 C 36 21 2F 25 31
Octal 254 230 117 0 14 66 41 57 45 61
Binary 10101100 10011000 1001111 0 1100 110110 100001 101111 100101 110001

Color Harmonies of #AC984F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC984F

Black with #AC984F

Text Example


Text Example

White with #AC984F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC984F; }

 p { color: rgb(172,152,79); }

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

background-color css

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

 a { background-color: rgb(172,152,79); }

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

border-color css

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

 span { border-color: rgb(172,152,79); }

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