Html Css Color HEX #AC9748 Husk

📋 copy color: '#AC9748'

red 172 ◦ green 151 ◦ blue 72

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

Shades of Husk #AC9748

Tints of Husk #AC9748

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.23%

 BLUE value IS 72 (28.52% from 255) = 18.23%

R = 43.54%
G = 38.23%
B = 18.23%

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

#AC9748 (or 0xAC9748) is known color: Husk. HEX triplet: AC, 97 and 48. RGB value is (172,151,72). Sum of RGB (Red+Green+Blue) = 172+151+72=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 72 (28.52% from 255 or 18.23% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9748 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9748 is #5368B7. Grayscale: #949494. Windows color (decimal): -5466296 or 4757420. OLE color: 4757420.

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

Color convert

RGB 172 151 72 -
CMYK 0 0.12 0.58 0.33
HSL 47.4º 0.41% 0.48% -
HSV(B) 47.4º 0.58% 0.67% -
XYZ 29.25 31.37 10.64 -
YUV 148.27 84.96 144.92 -
System Red Green Blue C M Y K H S L
Decimal 172 151 72 0 0.12 0.58 0.33 47.4 0.41 0.48
Hex AC 97 48 0 C 3A 21 2F 29 30
Octal 254 227 110 0 14 72 41 57 51 60
Binary 10101100 10010111 1001000 0 1100 111010 100001 101111 101001 110000

Color Harmonies of #AC9748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9748

Black with #AC9748

Text Example


Text Example

White with #AC9748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9748; }

 p { color: rgb(172,151,72); }

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

background-color css

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

 a { background-color: rgb(172,151,72); }

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

border-color css

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

 span { border-color: rgb(172,151,72); }

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