Html Css Color HEX #AC934C Husk

📋 copy color: '#AC934C'

red 172 ◦ green 147 ◦ blue 76

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

Shades of Husk #AC934C

Tints of Husk #AC934C

RGB

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

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

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

R = 43.54%
G = 37.22%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AC934C (or 0xAC934C) is known color: Husk. HEX triplet: AC, 93 and 4C. RGB value is (172,147,76). Sum of RGB (Red+Green+Blue) = 172+147+76=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 76 (30.08% from 255 or 19.24% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC934C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC934C is #536CB3. Grayscale: #929292. Windows color (decimal): -5467316 or 5018540. OLE color: 5018540.

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

Color convert

RGB 172 147 76 -
CMYK 0 0.15 0.56 0.33
HSL 44.38º 0.39% 0.49% -
HSV(B) 44.38º 0.56% 0.67% -
XYZ 28.75 30.16 11.14 -
YUV 146.38 88.28 146.27 -
System Red Green Blue C M Y K H S L
Decimal 172 147 76 0 0.15 0.56 0.33 44.38 0.39 0.49
Hex AC 93 4C 0 F 38 21 2C 27 31
Octal 254 223 114 0 17 70 41 54 47 61
Binary 10101100 10010011 1001100 0 1111 111000 100001 101100 100111 110001

Color Harmonies of #AC934C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC934C

Black with #AC934C

Text Example


Text Example

White with #AC934C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC934C; }

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

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

background-color css

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

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

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

border-color css

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

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

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