Html Css Color HEX #AC914F Husk

📋 copy color: '#AC914F'

red 172 ◦ green 145 ◦ blue 79

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

Shades of Husk #AC914F

Tints of Husk #AC914F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.62%

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

R = 43.43%
G = 36.62%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AC914F (or 0xAC914F) is known color: Husk. HEX triplet: AC, 91 and 4F. RGB value is (172,145,79). Sum of RGB (Red+Green+Blue) = 172+145+79=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 79 (31.25% from 255 or 19.95% from 396); Max value from RGB is 172 - color contains mainly: red. Hex color #AC914F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC914F is #536EB0. Grayscale: #919191. Windows color (decimal): -5467825 or 5214636. OLE color: 5214636.

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

Color convert

RGB 172 145 79 -
CMYK 0 0.16 0.54 0.33
HSL 42.58º 0.37% 0.49% -
HSV(B) 42.58º 0.54% 0.67% -
XYZ 28.55 29.59 11.6 -
YUV 145.55 90.45 146.87 -
System Red Green Blue C M Y K H S L
Decimal 172 145 79 0 0.16 0.54 0.33 42.58 0.37 0.49
Hex AC 91 4F 0 10 36 21 2B 25 31
Octal 254 221 117 0 20 66 41 53 45 61
Binary 10101100 10010001 1001111 0 10000 110110 100001 101011 100101 110001

Color Harmonies of #AC914F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC914F

Black with #AC914F

Text Example


Text Example

White with #AC914F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC914F; }

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

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

background-color css

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

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

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

border-color css

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

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

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