Html Css Color HEX #AC9B41 Husk

📋 copy color: '#AC9B41'

red 172 ◦ green 155 ◦ blue 65

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

Shades of Husk #AC9B41

Tints of Husk #AC9B41

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.54%

 BLUE value IS 65 (25.78% from 255) = 16.58%

R = 43.88%
G = 39.54%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC9B41 (or 0xAC9B41) is known color: Husk. HEX triplet: AC, 9B and 41. RGB value is (172,155,65). Sum of RGB (Red+Green+Blue) = 172+155+65=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 155 (60.94% from 255 or 39.54% from 392); Blue value is 65 (25.78% from 255 or 16.58% from 392); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9B41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9B41 is #5364BE. Grayscale: #969696. Windows color (decimal): -5465279 or 4299692. OLE color: 4299692.

HSL color Cylindrical-coordinate representation of color #AC9B41: hue angle of 50.47º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC9B41 is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 155 65 -
CMYK 0 0.10 0.62 0.33
HSL 50.47º 0.45% 0.46% -
HSV(B) 50.47º 0.62% 0.67% -
XYZ 29.69 32.6 9.73 -
YUV 149.82 80.13 143.82 -
System Red Green Blue C M Y K H S L
Decimal 172 155 65 0 0.10 0.62 0.33 50.47 0.45 0.46
Hex AC 9B 41 0 A 3E 21 32 2D 2E
Octal 254 233 101 0 12 76 41 62 55 56
Binary 10101100 10011011 1000001 0 1010 111110 100001 110010 101101 101110

Color Harmonies of #AC9B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9B41

Black with #AC9B41

Text Example


Text Example

White with #AC9B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9B41; }

 p { color: rgb(172,155,65); }

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

background-color css

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

 a { background-color: rgb(172,155,65); }

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

border-color css

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

 span { border-color: rgb(172,155,65); }

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