Html Css Color HEX #AC954C Husk

📋 copy color: '#AC954C'

red 172 ◦ green 149 ◦ blue 76

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

Shades of Husk #AC954C

Tints of Husk #AC954C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.53%

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

R = 43.32%
G = 37.53%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AC954C (or 0xAC954C) is known color: Husk. HEX triplet: AC, 95 and 4C. RGB value is (172,149,76). Sum of RGB (Red+Green+Blue) = 172+149+76=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 76 (30.08% from 255 or 19.14% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #AC954C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC954C is #536AB3. Grayscale: #939393. Windows color (decimal): -5466804 or 5019052. OLE color: 5019052.

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

Color convert

RGB 172 149 76 -
CMYK 0 0.13 0.56 0.33
HSL 45.63º 0.39% 0.49% -
HSV(B) 45.63º 0.56% 0.67% -
XYZ 29.07 30.79 11.25 -
YUV 147.56 87.62 145.44 -
System Red Green Blue C M Y K H S L
Decimal 172 149 76 0 0.13 0.56 0.33 45.63 0.39 0.49
Hex AC 95 4C 0 D 38 21 2E 27 31
Octal 254 225 114 0 15 70 41 56 47 61
Binary 10101100 10010101 1001100 0 1101 111000 100001 101110 100111 110001

Color Harmonies of #AC954C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC954C

Black with #AC954C

Text Example


Text Example

White with #AC954C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC954C; }

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

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

background-color css

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

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

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

border-color css

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

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

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