Html Css Color HEX #AC924F Husk

📋 copy color: '#AC924F'

red 172 ◦ green 146 ◦ blue 79

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

Shades of Husk #AC924F

Tints of Husk #AC924F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.78%

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

R = 43.32%
G = 36.78%
B = 19.9%

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

#AC924F (or 0xAC924F) is known color: Husk. HEX triplet: AC, 92 and 4F. RGB value is (172,146,79). Sum of RGB (Red+Green+Blue) = 172+146+79=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 79 (31.25% from 255 or 19.90% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #AC924F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC924F is #536DB0. Grayscale: #929292. Windows color (decimal): -5467569 or 5214892. OLE color: 5214892.

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

Color convert

RGB 172 146 79 -
CMYK 0 0.15 0.54 0.33
HSL 43.23º 0.37% 0.49% -
HSV(B) 43.23º 0.54% 0.67% -
XYZ 28.7 29.89 11.65 -
YUV 146.14 90.11 146.45 -
System Red Green Blue C M Y K H S L
Decimal 172 146 79 0 0.15 0.54 0.33 43.23 0.37 0.49
Hex AC 92 4F 0 F 36 21 2B 25 31
Octal 254 222 117 0 17 66 41 53 45 61
Binary 10101100 10010010 1001111 0 1111 110110 100001 101011 100101 110001

Color Harmonies of #AC924F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC924F

Black with #AC924F

Text Example


Text Example

White with #AC924F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC924F; }

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

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

background-color css

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

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

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

border-color css

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

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

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