Html Css Color HEX #AC9849 Husk

📋 copy color: '#AC9849'

red 172 ◦ green 152 ◦ blue 73

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

Shades of Husk #AC9849

Tints of Husk #AC9849

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 18.39%

R = 43.32%
G = 38.29%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AC9849 (or 0xAC9849) is known color: Husk. HEX triplet: AC, 98 and 49. RGB value is (172,152,73). Sum of RGB (Red+Green+Blue) = 172+152+73=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 152 (59.77% from 255 or 38.29% from 397); Blue value is 73 (28.91% from 255 or 18.39% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9849 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9849 is #5367B6. Grayscale: #959595. Windows color (decimal): -5466039 or 4823212. OLE color: 4823212.

HSL color Cylindrical-coordinate representation of color #AC9849: hue angle of 47.88º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC9849 is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 152 73 -
CMYK 0 0.12 0.58 0.33
HSL 47.88º 0.4% 0.48% -
HSV(B) 47.88º 0.58% 0.67% -
XYZ 29.44 31.71 10.87 -
YUV 148.97 85.13 144.42 -
System Red Green Blue C M Y K H S L
Decimal 172 152 73 0 0.12 0.58 0.33 47.88 0.4 0.48
Hex AC 98 49 0 C 3A 21 30 28 30
Octal 254 230 111 0 14 72 41 60 50 60
Binary 10101100 10011000 1001001 0 1100 111010 100001 110000 101000 110000

Color Harmonies of #AC9849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9849

Black with #AC9849

Text Example


Text Example

White with #AC9849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9849; }

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

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

background-color css

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

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

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

border-color css

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

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

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