Html Css Color HEX #AC9354 Husk

📋 copy color: '#AC9354'

red 172 ◦ green 147 ◦ blue 84

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

Shades of Husk #AC9354

Tints of Husk #AC9354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.84%

R = 42.68%
G = 36.48%
B = 20.84%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AC9354 (or 0xAC9354) is known color: Husk. HEX triplet: AC, 93 and 54. RGB value is (172,147,84). Sum of RGB (Red+Green+Blue) = 172+147+84=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 84 (33.20% from 255 or 20.84% from 403); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9354 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9354 is #536CAB. Grayscale: #939393. Windows color (decimal): -5467308 or 5542828. OLE color: 5542828.

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

Color convert

RGB 172 147 84 -
CMYK 0 0.15 0.51 0.33
HSL 42.95º 0.35% 0.5% -
HSV(B) 42.95º 0.51% 0.67% -
XYZ 29.05 30.28 12.7 -
YUV 147.29 92.28 145.62 -
System Red Green Blue C M Y K H S L
Decimal 172 147 84 0 0.15 0.51 0.33 42.95 0.35 0.5
Hex AC 93 54 0 F 33 21 2B 23 32
Octal 254 223 124 0 17 63 41 53 43 62
Binary 10101100 10010011 1010100 0 1111 110011 100001 101011 100011 110010

Color Harmonies of #AC9354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9354

Black with #AC9354

Text Example


Text Example

White with #AC9354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9354; }

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

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

background-color css

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

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

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

border-color css

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

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

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