Html Css Color HEX #AC9A4E Husk

📋 copy color: '#AC9A4E'

red 172 ◦ green 154 ◦ blue 78

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

Shades of Husk #AC9A4E

Tints of Husk #AC9A4E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.12%

 BLUE value IS 78 (30.86% from 255) = 19.31%

R = 42.57%
G = 38.12%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AC9A4E (or 0xAC9A4E) is known color: Husk. HEX triplet: AC, 9A and 4E. RGB value is (172,154,78). Sum of RGB (Red+Green+Blue) = 172+154+78=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 154 (60.55% from 255 or 38.12% from 404); Blue value is 78 (30.86% from 255 or 19.31% from 404); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9A4E is #5365B1. Grayscale: #979797. Windows color (decimal): -5465522 or 5151404. OLE color: 5151404.

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

Color convert

RGB 172 154 78 -
CMYK 0 0.10 0.55 0.33
HSL 48.51º 0.38% 0.49% -
HSV(B) 48.51º 0.55% 0.67% -
XYZ 29.94 32.43 11.89 -
YUV 150.72 86.96 143.18 -
System Red Green Blue C M Y K H S L
Decimal 172 154 78 0 0.10 0.55 0.33 48.51 0.38 0.49
Hex AC 9A 4E 0 A 37 21 31 26 31
Octal 254 232 116 0 12 67 41 61 46 61
Binary 10101100 10011010 1001110 0 1010 110111 100001 110001 100110 110001

Color Harmonies of #AC9A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9A4E

Black with #AC9A4E

Text Example


Text Example

White with #AC9A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9A4E; }

 p { color: rgb(172,154,78); }

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

background-color css

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

 a { background-color: rgb(172,154,78); }

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

border-color css

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

 span { border-color: rgb(172,154,78); }

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