Html Css Color HEX #AC9350 Husk

📋 copy color: '#AC9350'

red 172 ◦ green 147 ◦ blue 80

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

Shades of Husk #AC9350

Tints of Husk #AC9350

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.84%

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

R = 43.11%
G = 36.84%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AC9350 (or 0xAC9350) is known color: Husk. HEX triplet: AC, 93 and 50. RGB value is (172,147,80). Sum of RGB (Red+Green+Blue) = 172+147+80=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 80 (31.64% from 255 or 20.05% from 399); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9350 is #536CAF. Grayscale: #939393. Windows color (decimal): -5467312 or 5280684. OLE color: 5280684.

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

Color convert

RGB 172 147 80 -
CMYK 0 0.15 0.53 0.33
HSL 43.7º 0.37% 0.49% -
HSV(B) 43.7º 0.53% 0.67% -
XYZ 28.89 30.22 11.9 -
YUV 146.84 90.28 145.95 -
System Red Green Blue C M Y K H S L
Decimal 172 147 80 0 0.15 0.53 0.33 43.7 0.37 0.49
Hex AC 93 50 0 F 35 21 2C 25 31
Octal 254 223 120 0 17 65 41 54 45 61
Binary 10101100 10010011 1010000 0 1111 110101 100001 101100 100101 110001

Color Harmonies of #AC9350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9350

Black with #AC9350

Text Example


Text Example

White with #AC9350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9350; }

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

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

background-color css

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

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

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

border-color css

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

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

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