Html Css Color HEX #AC9958 Husk

📋 copy color: '#AC9958'

red 172 ◦ green 153 ◦ blue 88

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

Shades of Husk #AC9958

Tints of Husk #AC9958

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.05%

 BLUE value IS 88 (34.77% from 255) = 21.31%

R = 41.65%
G = 37.05%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AC9958 (or 0xAC9958) is known color: Husk. HEX triplet: AC, 99 and 58. RGB value is (172,153,88). Sum of RGB (Red+Green+Blue) = 172+153+88=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 153 (60.16% from 255 or 37.05% from 413); Blue value is 88 (34.77% from 255 or 21.31% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9958 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9958 is #5366A7. Grayscale: #979797. Windows color (decimal): -5465768 or 5806508. OLE color: 5806508.

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

Color convert

RGB 172 153 88 -
CMYK 0 0.11 0.49 0.33
HSL 46.43º 0.34% 0.51% -
HSV(B) 46.43º 0.49% 0.67% -
XYZ 30.17 32.26 13.87 -
YUV 151.27 92.29 142.79 -
System Red Green Blue C M Y K H S L
Decimal 172 153 88 0 0.11 0.49 0.33 46.43 0.34 0.51
Hex AC 99 58 0 B 31 21 2E 22 33
Octal 254 231 130 0 13 61 41 56 42 63
Binary 10101100 10011001 1011000 0 1011 110001 100001 101110 100010 110011

Color Harmonies of #AC9958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9958

Black with #AC9958

Text Example


Text Example

White with #AC9958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9958; }

 p { color: rgb(172,153,88); }

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

background-color css

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

 a { background-color: rgb(172,153,88); }

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

border-color css

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

 span { border-color: rgb(172,153,88); }

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