Html Css Color HEX #AC9754 Husk

📋 copy color: '#AC9754'

red 172 ◦ green 151 ◦ blue 84

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

Shades of Husk #AC9754

Tints of Husk #AC9754

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.1%

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

R = 42.26%
G = 37.1%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AC9754 (or 0xAC9754) is known color: Husk. HEX triplet: AC, 97 and 54. RGB value is (172,151,84). Sum of RGB (Red+Green+Blue) = 172+151+84=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 151 (59.38% from 255 or 37.10% from 407); Blue value is 84 (33.20% from 255 or 20.64% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9754 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9754 is #5368AB. Grayscale: #959595. Windows color (decimal): -5466284 or 5543852. OLE color: 5543852.

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

Color convert

RGB 172 151 84 -
CMYK 0 0.12 0.51 0.33
HSL 45.68º 0.35% 0.5% -
HSV(B) 45.68º 0.51% 0.67% -
XYZ 29.68 31.54 12.91 -
YUV 149.64 90.96 143.95 -
System Red Green Blue C M Y K H S L
Decimal 172 151 84 0 0.12 0.51 0.33 45.68 0.35 0.5
Hex AC 97 54 0 C 33 21 2E 23 32
Octal 254 227 124 0 14 63 41 56 43 62
Binary 10101100 10010111 1010100 0 1100 110011 100001 101110 100011 110010

Color Harmonies of #AC9754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9754

Black with #AC9754

Text Example


Text Example

White with #AC9754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9754; }

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

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

background-color css

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

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

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

border-color css

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

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

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