Html Css Color HEX #AC994B Husk

📋 copy color: '#AC994B'

red 172 ◦ green 153 ◦ blue 75

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

Shades of Husk #AC994B

Tints of Husk #AC994B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.75%

R = 43%
G = 38.25%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AC994B (or 0xAC994B) is known color: Husk. HEX triplet: AC, 99 and 4B. RGB value is (172,153,75). Sum of RGB (Red+Green+Blue) = 172+153+75=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 153 (60.16% from 255 or 38.25% from 400); Blue value is 75 (29.69% from 255 or 18.75% from 400); Max value from RGB is 172 - color contains mainly: red. Hex color #AC994B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC994B is #5366B4. Grayscale: #969696. Windows color (decimal): -5465781 or 4954540. OLE color: 4954540.

HSL color Cylindrical-coordinate representation of color #AC994B: hue angle of 48.25º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC994B is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 153 75 -
CMYK 0 0.11 0.56 0.33
HSL 48.25º 0.39% 0.48% -
HSV(B) 48.25º 0.56% 0.67% -
XYZ 29.67 32.06 11.28 -
YUV 149.79 85.79 143.84 -
System Red Green Blue C M Y K H S L
Decimal 172 153 75 0 0.11 0.56 0.33 48.25 0.39 0.48
Hex AC 99 4B 0 B 38 21 30 27 30
Octal 254 231 113 0 13 70 41 60 47 60
Binary 10101100 10011001 1001011 0 1011 111000 100001 110000 100111 110000

Color Harmonies of #AC994B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC994B

Black with #AC994B

Text Example


Text Example

White with #AC994B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC994B; }

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

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

background-color css

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

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

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

border-color css

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

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

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