Html Css Color HEX #AC9B50 Husk

📋 copy color: '#AC9B50'

red 172 ◦ green 155 ◦ blue 80

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

Shades of Husk #AC9B50

Tints of Husk #AC9B50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.66%

R = 42.26%
G = 38.08%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AC9B50 (or 0xAC9B50) is known color: Husk. HEX triplet: AC, 9B and 50. RGB value is (172,155,80). Sum of RGB (Red+Green+Blue) = 172+155+80=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 155 (60.94% from 255 or 38.08% from 407); Blue value is 80 (31.64% from 255 or 19.66% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9B50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9B50 is #5364AF. Grayscale: #979797. Windows color (decimal): -5465264 or 5282732. OLE color: 5282732.

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

Color convert

RGB 172 155 80 -
CMYK 0 0.10 0.53 0.33
HSL 48.91º 0.37% 0.49% -
HSV(B) 48.91º 0.53% 0.67% -
XYZ 30.18 32.79 12.33 -
YUV 151.53 87.63 142.6 -
System Red Green Blue C M Y K H S L
Decimal 172 155 80 0 0.10 0.53 0.33 48.91 0.37 0.49
Hex AC 9B 50 0 A 35 21 31 25 31
Octal 254 233 120 0 12 65 41 61 45 61
Binary 10101100 10011011 1010000 0 1010 110101 100001 110001 100101 110001

Color Harmonies of #AC9B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9B50

Black with #AC9B50

Text Example


Text Example

White with #AC9B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9B50; }

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

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

background-color css

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

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

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

border-color css

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

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

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