Html Css Color HEX #AC964F Husk

📋 copy color: '#AC964F'

red 172 ◦ green 150 ◦ blue 79

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

Shades of Husk #AC964F

Tints of Husk #AC964F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.41%

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

R = 42.89%
G = 37.41%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AC964F (or 0xAC964F) is known color: Husk. HEX triplet: AC, 96 and 4F. RGB value is (172,150,79). Sum of RGB (Red+Green+Blue) = 172+150+79=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 79 (31.25% from 255 or 19.70% from 401); Max value from RGB is 172 - color contains mainly: red. Hex color #AC964F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC964F is #5369B0. Grayscale: #949494. Windows color (decimal): -5466545 or 5215916. OLE color: 5215916.

HSL color Cylindrical-coordinate representation of color #AC964F: hue angle of 45.81º 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 #AC964F is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 150 79 -
CMYK 0 0.13 0.54 0.33
HSL 45.81º 0.37% 0.49% -
HSV(B) 45.81º 0.54% 0.67% -
XYZ 29.33 31.15 11.86 -
YUV 148.48 88.79 144.77 -
System Red Green Blue C M Y K H S L
Decimal 172 150 79 0 0.13 0.54 0.33 45.81 0.37 0.49
Hex AC 96 4F 0 D 36 21 2E 25 31
Octal 254 226 117 0 15 66 41 56 45 61
Binary 10101100 10010110 1001111 0 1101 110110 100001 101110 100101 110001

Color Harmonies of #AC964F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC964F

Black with #AC964F

Text Example


Text Example

White with #AC964F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC964F; }

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

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

background-color css

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

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

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

border-color css

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

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

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