Html Css Color HEX #AC9950 Husk

📋 copy color: '#AC9950'

red 172 ◦ green 153 ◦ blue 80

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

Shades of Husk #AC9950

Tints of Husk #AC9950

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.78%

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

R = 42.47%
G = 37.78%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AC9950 (or 0xAC9950) is known color: Husk. HEX triplet: AC, 99 and 50. RGB value is (172,153,80). Sum of RGB (Red+Green+Blue) = 172+153+80=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 80 (31.64% from 255 or 19.75% from 405); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9950 is #5366AF. Grayscale: #969696. Windows color (decimal): -5465776 or 5282220. OLE color: 5282220.

HSL color Cylindrical-coordinate representation of color #AC9950: hue angle of 47.61º 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 #AC9950 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 153 80 -
CMYK 0 0.11 0.53 0.33
HSL 47.61º 0.37% 0.49% -
HSV(B) 47.61º 0.53% 0.67% -
XYZ 29.85 32.13 12.22 -
YUV 150.36 88.29 143.44 -
System Red Green Blue C M Y K H S L
Decimal 172 153 80 0 0.11 0.53 0.33 47.61 0.37 0.49
Hex AC 99 50 0 B 35 21 30 25 31
Octal 254 231 120 0 13 65 41 60 45 61
Binary 10101100 10011001 1010000 0 1011 110101 100001 110000 100101 110001

Color Harmonies of #AC9950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9950

Black with #AC9950

Text Example


Text Example

White with #AC9950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9950; }

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

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

background-color css

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

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

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

border-color css

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

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

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