Html Css Color HEX #AC954F Husk

📋 copy color: '#AC954F'

red 172 ◦ green 149 ◦ blue 79

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

Shades of Husk #AC954F

Tints of Husk #AC954F

RGB

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

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

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

R = 43%
G = 37.25%
B = 19.75%

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

#AC954F (or 0xAC954F) is known color: Husk. HEX triplet: AC, 95 and 4F. RGB value is (172,149,79). Sum of RGB (Red+Green+Blue) = 172+149+79=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 79 (31.25% from 255 or 19.75% from 400); Max value from RGB is 172 - color contains mainly: red. Hex color #AC954F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC954F is #536AB0. Grayscale: #949494. Windows color (decimal): -5466801 or 5215660. OLE color: 5215660.

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

Color convert

RGB 172 149 79 -
CMYK 0 0.13 0.54 0.33
HSL 45.16º 0.37% 0.49% -
HSV(B) 45.16º 0.54% 0.67% -
XYZ 29.17 30.83 11.81 -
YUV 147.9 89.12 145.19 -
System Red Green Blue C M Y K H S L
Decimal 172 149 79 0 0.13 0.54 0.33 45.16 0.37 0.49
Hex AC 95 4F 0 D 36 21 2D 25 31
Octal 254 225 117 0 15 66 41 55 45 61
Binary 10101100 10010101 1001111 0 1101 110110 100001 101101 100101 110001

Color Harmonies of #AC954F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC954F

Black with #AC954F

Text Example


Text Example

White with #AC954F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC954F; }

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

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

background-color css

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

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

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

border-color css

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

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

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