Html Css Color HEX #AC954A Husk

📋 copy color: '#AC954A'

red 172 ◦ green 149 ◦ blue 74

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

Shades of Husk #AC954A

Tints of Husk #AC954A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.72%

 BLUE value IS 74 (29.3% from 255) = 18.73%

R = 43.54%
G = 37.72%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AC954A (or 0xAC954A) is known color: Husk. HEX triplet: AC, 95 and 4A. RGB value is (172,149,74). Sum of RGB (Red+Green+Blue) = 172+149+74=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 149 (58.59% from 255 or 37.72% from 395); Blue value is 74 (29.30% from 255 or 18.73% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC954A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC954A is #536AB5. Grayscale: #939393. Windows color (decimal): -5466806 or 4887980. OLE color: 4887980.

HSL color Cylindrical-coordinate representation of color #AC954A: hue angle of 45.92º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC954A is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 149 74 -
CMYK 0 0.13 0.57 0.33
HSL 45.92º 0.4% 0.48% -
HSV(B) 45.92º 0.57% 0.67% -
XYZ 29 30.76 10.89 -
YUV 147.33 86.62 145.6 -
System Red Green Blue C M Y K H S L
Decimal 172 149 74 0 0.13 0.57 0.33 45.92 0.4 0.48
Hex AC 95 4A 0 D 39 21 2E 28 30
Octal 254 225 112 0 15 71 41 56 50 60
Binary 10101100 10010101 1001010 0 1101 111001 100001 101110 101000 110000

Color Harmonies of #AC954A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC954A

Black with #AC954A

Text Example


Text Example

White with #AC954A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC954A; }

 p { color: rgb(172,149,74); }

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

background-color css

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

 a { background-color: rgb(172,149,74); }

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

border-color css

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

 span { border-color: rgb(172,149,74); }

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