Html Css Color HEX #AC9455 Husk

📋 copy color: '#AC9455'

red 172 ◦ green 148 ◦ blue 85

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

Shades of Husk #AC9455

Tints of Husk #AC9455

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.54%

 BLUE value IS 85 (33.59% from 255) = 20.99%

R = 42.47%
G = 36.54%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AC9455 (or 0xAC9455) is known color: Husk. HEX triplet: AC, 94 and 55. RGB value is (172,148,85). Sum of RGB (Red+Green+Blue) = 172+148+85=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 85 (33.59% from 255 or 20.99% from 405); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9455 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9455 is #536BAA. Grayscale: #949494. Windows color (decimal): -5467051 or 5608620. OLE color: 5608620.

HSL color Cylindrical-coordinate representation of color #AC9455: hue angle of 43.45º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC9455 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 148 85 -
CMYK 0 0.14 0.51 0.33
HSL 43.45º 0.34% 0.5% -
HSV(B) 43.45º 0.51% 0.67% -
XYZ 29.24 30.61 12.96 -
YUV 147.99 92.45 145.12 -
System Red Green Blue C M Y K H S L
Decimal 172 148 85 0 0.14 0.51 0.33 43.45 0.34 0.5
Hex AC 94 55 0 E 33 21 2B 22 32
Octal 254 224 125 0 16 63 41 53 42 62
Binary 10101100 10010100 1010101 0 1110 110011 100001 101011 100010 110010

Color Harmonies of #AC9455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9455

Black with #AC9455

Text Example


Text Example

White with #AC9455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9455; }

 p { color: rgb(172,148,85); }

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

background-color css

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

 a { background-color: rgb(172,148,85); }

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

border-color css

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

 span { border-color: rgb(172,148,85); }

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