Html Css Color HEX #AC9F5A Husk

📋 copy color: '#AC9F5A'

red 172 ◦ green 159 ◦ blue 90

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

Shades of Husk #AC9F5A

Tints of Husk #AC9F5A

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.77%

 BLUE value IS 90 (35.55% from 255) = 21.38%

R = 40.86%
G = 37.77%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC9F5A (or 0xAC9F5A) is known color: Husk. HEX triplet: AC, 9F and 5A. RGB value is (172,159,90). Sum of RGB (Red+Green+Blue) = 172+159+90=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 159 (62.5% from 255 or 37.77% from 421); Blue value is 90 (35.55% from 255 or 21.38% from 421); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9F5A is #5360A5. Grayscale: #9B9B9B. Windows color (decimal): -5464230 or 5939116. OLE color: 5939116.

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

Color convert

RGB 172 159 90 -
CMYK 0 0.08 0.48 0.33
HSL 50.49º 0.33% 0.51% -
HSV(B) 50.49º 0.48% 0.67% -
XYZ 31.26 34.31 14.65 -
YUV 155.02 91.31 140.11 -
System Red Green Blue C M Y K H S L
Decimal 172 159 90 0 0.08 0.48 0.33 50.49 0.33 0.51
Hex AC 9F 5A 0 8 30 21 32 21 33
Octal 254 237 132 0 10 60 41 62 41 63
Binary 10101100 10011111 1011010 0 1000 110000 100001 110010 100001 110011

Color Harmonies of #AC9F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9F5A

Black with #AC9F5A

Text Example


Text Example

White with #AC9F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9F5A; }

 p { color: rgb(172,159,90); }

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

background-color css

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

 a { background-color: rgb(172,159,90); }

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

border-color css

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

 span { border-color: rgb(172,159,90); }

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