Html Css Color HEX #AC934F Husk

📋 copy color: '#AC934F'

red 172 ◦ green 147 ◦ blue 79

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

Shades of Husk #AC934F

Tints of Husk #AC934F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.93%

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

R = 43.22%
G = 36.93%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AC934F (or 0xAC934F) is known color: Husk. HEX triplet: AC, 93 and 4F. RGB value is (172,147,79). Sum of RGB (Red+Green+Blue) = 172+147+79=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 79 (31.25% from 255 or 19.85% from 398); Max value from RGB is 172 - color contains mainly: red. Hex color #AC934F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC934F is #536CB0. Grayscale: #939393. Windows color (decimal): -5467313 or 5215148. OLE color: 5215148.

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

Color convert

RGB 172 147 79 -
CMYK 0 0.15 0.54 0.33
HSL 43.87º 0.37% 0.49% -
HSV(B) 43.87º 0.54% 0.67% -
XYZ 28.86 30.2 11.71 -
YUV 146.72 89.78 146.03 -
System Red Green Blue C M Y K H S L
Decimal 172 147 79 0 0.15 0.54 0.33 43.87 0.37 0.49
Hex AC 93 4F 0 F 36 21 2C 25 31
Octal 254 223 117 0 17 66 41 54 45 61
Binary 10101100 10010011 1001111 0 1111 110110 100001 101100 100101 110001

Color Harmonies of #AC934F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC934F

Black with #AC934F

Text Example


Text Example

White with #AC934F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC934F; }

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

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

background-color css

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

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

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

border-color css

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

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

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