Html Css Color HEX #AC9F50 Husk

📋 copy color: '#AC9F50'

red 172 ◦ green 159 ◦ blue 80

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

Shades of Husk #AC9F50

Tints of Husk #AC9F50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.46%

R = 41.85%
G = 38.69%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AC9F50 (or 0xAC9F50) is known color: Husk. HEX triplet: AC, 9F and 50. RGB value is (172,159,80). Sum of RGB (Red+Green+Blue) = 172+159+80=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 159 (62.5% from 255 or 38.69% from 411); Blue value is 80 (31.64% from 255 or 19.46% from 411); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9F50 is #5360AF. Grayscale: #9A9A9A. Windows color (decimal): -5464240 or 5283756. OLE color: 5283756.

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

Color convert

RGB 172 159 80 -
CMYK 0 0.08 0.53 0.33
HSL 51.52º 0.37% 0.49% -
HSV(B) 51.52º 0.53% 0.67% -
XYZ 30.86 34.15 12.55 -
YUV 153.88 86.31 140.92 -
System Red Green Blue C M Y K H S L
Decimal 172 159 80 0 0.08 0.53 0.33 51.52 0.37 0.49
Hex AC 9F 50 0 8 35 21 34 25 31
Octal 254 237 120 0 10 65 41 64 45 61
Binary 10101100 10011111 1010000 0 1000 110101 100001 110100 100101 110001

Color Harmonies of #AC9F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9F50

Black with #AC9F50

Text Example


Text Example

White with #AC9F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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