Html Css Color HEX #AC9750 Husk

📋 copy color: '#AC9750'

red 172 ◦ green 151 ◦ blue 80

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

Shades of Husk #AC9750

Tints of Husk #AC9750

RGB

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

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

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

R = 42.68%
G = 37.47%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AC9750 (or 0xAC9750) is known color: Husk. HEX triplet: AC, 97 and 50. RGB value is (172,151,80). Sum of RGB (Red+Green+Blue) = 172+151+80=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 151 (59.38% from 255 or 37.47% from 403); Blue value is 80 (31.64% from 255 or 19.85% from 403); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9750 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9750 is #5368AF. Grayscale: #959595. Windows color (decimal): -5466288 or 5281708. OLE color: 5281708.

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

Color convert

RGB 172 151 80 -
CMYK 0 0.12 0.53 0.33
HSL 46.3º 0.37% 0.49% -
HSV(B) 46.3º 0.53% 0.67% -
XYZ 29.53 31.48 12.11 -
YUV 149.19 88.96 144.27 -
System Red Green Blue C M Y K H S L
Decimal 172 151 80 0 0.12 0.53 0.33 46.3 0.37 0.49
Hex AC 97 50 0 C 35 21 2E 25 31
Octal 254 227 120 0 14 65 41 56 45 61
Binary 10101100 10010111 1010000 0 1100 110101 100001 101110 100101 110001

Color Harmonies of #AC9750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9750

Black with #AC9750

Text Example


Text Example

White with #AC9750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9750; }

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

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

background-color css

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

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

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

border-color css

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

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

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