Html Css Color HEX #AC9858 Husk

📋 copy color: '#AC9858'

red 172 ◦ green 152 ◦ blue 88

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

Shades of Husk #AC9858

Tints of Husk #AC9858

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.89%

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

R = 41.75%
G = 36.89%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AC9858 (or 0xAC9858) is known color: Husk. HEX triplet: AC, 98 and 58. RGB value is (172,152,88). Sum of RGB (Red+Green+Blue) = 172+152+88=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 152 (59.77% from 255 or 36.89% from 412); Blue value is 88 (34.77% from 255 or 21.36% from 412); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9858 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9858 is #5367A7. Grayscale: #969696. Windows color (decimal): -5466024 or 5806252. OLE color: 5806252.

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

Color convert

RGB 172 152 88 -
CMYK 0 0.12 0.49 0.33
HSL 45.71º 0.34% 0.51% -
HSV(B) 45.71º 0.49% 0.67% -
XYZ 30 31.93 13.81 -
YUV 150.68 92.63 143.2 -
System Red Green Blue C M Y K H S L
Decimal 172 152 88 0 0.12 0.49 0.33 45.71 0.34 0.51
Hex AC 98 58 0 C 31 21 2E 22 33
Octal 254 230 130 0 14 61 41 56 42 63
Binary 10101100 10011000 1011000 0 1100 110001 100001 101110 100010 110011

Color Harmonies of #AC9858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9858

Black with #AC9858

Text Example


Text Example

White with #AC9858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9858; }

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

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

background-color css

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

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

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

border-color css

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

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

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