Html Css Color HEX #AC9B46 Husk

📋 copy color: '#AC9B46'

red 172 ◦ green 155 ◦ blue 70

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

Shades of Husk #AC9B46

Tints of Husk #AC9B46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.63%

R = 43.32%
G = 39.04%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AC9B46 (or 0xAC9B46) is known color: Husk. HEX triplet: AC, 9B and 46. RGB value is (172,155,70). Sum of RGB (Red+Green+Blue) = 172+155+70=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 155 (60.94% from 255 or 39.04% from 397); Blue value is 70 (27.73% from 255 or 17.63% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9B46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9B46 is #5364B9. Grayscale: #969696. Windows color (decimal): -5465274 or 4627372. OLE color: 4627372.

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

Color convert

RGB 172 155 70 -
CMYK 0 0.10 0.59 0.33
HSL 50º 0.42% 0.47% -
HSV(B) 50º 0.59% 0.67% -
XYZ 29.84 32.66 10.52 -
YUV 150.39 82.63 143.41 -
System Red Green Blue C M Y K H S L
Decimal 172 155 70 0 0.10 0.59 0.33 50 0.42 0.47
Hex AC 9B 46 0 A 3B 21 32 2A 2F
Octal 254 233 106 0 12 73 41 62 52 57
Binary 10101100 10011011 1000110 0 1010 111011 100001 110010 101010 101111

Color Harmonies of #AC9B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9B46

Black with #AC9B46

Text Example


Text Example

White with #AC9B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9B46; }

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

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

background-color css

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

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

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

border-color css

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

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

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