Html Css Color HEX #AC914C Husk

📋 copy color: '#AC914C'

red 172 ◦ green 145 ◦ blue 76

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

Shades of Husk #AC914C

Tints of Husk #AC914C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.9%

 BLUE value IS 76 (30.08% from 255) = 19.34%

R = 43.77%
G = 36.9%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AC914C (or 0xAC914C) is known color: Husk. HEX triplet: AC, 91 and 4C. RGB value is (172,145,76). Sum of RGB (Red+Green+Blue) = 172+145+76=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 76 (30.08% from 255 or 19.34% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #AC914C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC914C is #536EB3. Grayscale: #919191. Windows color (decimal): -5467828 or 5018028. OLE color: 5018028.

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

Color convert

RGB 172 145 76 -
CMYK 0 0.16 0.56 0.33
HSL 43.13º 0.39% 0.49% -
HSV(B) 43.13º 0.56% 0.67% -
XYZ 28.44 29.54 11.04 -
YUV 145.21 88.95 147.11 -
System Red Green Blue C M Y K H S L
Decimal 172 145 76 0 0.16 0.56 0.33 43.13 0.39 0.49
Hex AC 91 4C 0 10 38 21 2B 27 31
Octal 254 221 114 0 20 70 41 53 47 61
Binary 10101100 10010001 1001100 0 10000 111000 100001 101011 100111 110001

Color Harmonies of #AC914C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC914C

Black with #AC914C

Text Example


Text Example

White with #AC914C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC914C; }

 p { color: rgb(172,145,76); }

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

background-color css

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

 a { background-color: rgb(172,145,76); }

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

border-color css

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

 span { border-color: rgb(172,145,76); }

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