Html Css Color HEX #AC934E Husk

📋 copy color: '#AC934E'

red 172 ◦ green 147 ◦ blue 78

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

Shades of Husk #AC934E

Tints of Husk #AC934E

RGB

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

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

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

R = 43.32%
G = 37.03%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AC934E (or 0xAC934E) is known color: Husk. HEX triplet: AC, 93 and 4E. RGB value is (172,147,78). Sum of RGB (Red+Green+Blue) = 172+147+78=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 78 (30.86% from 255 or 19.65% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #AC934E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC934E is #536CB1. Grayscale: #929292. Windows color (decimal): -5467314 or 5149612. OLE color: 5149612.

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

Color convert

RGB 172 147 78 -
CMYK 0 0.15 0.55 0.33
HSL 44.04º 0.38% 0.49% -
HSV(B) 44.04º 0.55% 0.67% -
XYZ 28.82 30.19 11.52 -
YUV 146.61 89.28 146.11 -
System Red Green Blue C M Y K H S L
Decimal 172 147 78 0 0.15 0.55 0.33 44.04 0.38 0.49
Hex AC 93 4E 0 F 37 21 2C 26 31
Octal 254 223 116 0 17 67 41 54 46 61
Binary 10101100 10010011 1001110 0 1111 110111 100001 101100 100110 110001

Color Harmonies of #AC934E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC934E

Black with #AC934E

Text Example


Text Example

White with #AC934E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC934E; }

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

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

background-color css

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

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

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

border-color css

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

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

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