Html Css Color HEX #AC9F5B Husk

📋 copy color: '#AC9F5B'

red 172 ◦ green 159 ◦ blue 91

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

Shades of Husk #AC9F5B

Tints of Husk #AC9F5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.56%

R = 40.76%
G = 37.68%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC9F5B (or 0xAC9F5B) is known color: Husk. HEX triplet: AC, 9F and 5B. RGB value is (172,159,91). Sum of RGB (Red+Green+Blue) = 172+159+91=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 159 (62.5% from 255 or 37.68% from 422); Blue value is 91 (35.94% from 255 or 21.56% from 422); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9F5B is #5360A4. Grayscale: #9B9B9B. Windows color (decimal): -5464229 or 6004652. OLE color: 6004652.

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

Color convert

RGB 172 159 91 -
CMYK 0 0.08 0.47 0.33
HSL 50.37º 0.33% 0.52% -
HSV(B) 50.37º 0.47% 0.67% -
XYZ 31.3 34.32 14.87 -
YUV 155.14 91.81 140.03 -
System Red Green Blue C M Y K H S L
Decimal 172 159 91 0 0.08 0.47 0.33 50.37 0.33 0.52
Hex AC 9F 5B 0 8 2F 21 32 21 34
Octal 254 237 133 0 10 57 41 62 41 64
Binary 10101100 10011111 1011011 0 1000 101111 100001 110010 100001 110100

Color Harmonies of #AC9F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9F5B

Black with #AC9F5B

Text Example


Text Example

White with #AC9F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9F5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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