Html Css Color HEX #AC995B Husk

📋 copy color: '#AC995B'

red 172 ◦ green 153 ◦ blue 91

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

Shades of Husk #AC995B

Tints of Husk #AC995B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.88%

R = 41.35%
G = 36.78%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC995B (or 0xAC995B) is known color: Husk. HEX triplet: AC, 99 and 5B. RGB value is (172,153,91). Sum of RGB (Red+Green+Blue) = 172+153+91=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 91 (35.94% from 255 or 21.88% from 416); Max value from RGB is 172 - color contains mainly: red. Hex color #AC995B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC995B is #5366A4. Grayscale: #979797. Windows color (decimal): -5465765 or 6003116. OLE color: 6003116.

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

Color convert

RGB 172 153 91 -
CMYK 0 0.11 0.47 0.33
HSL 45.93º 0.33% 0.52% -
HSV(B) 45.93º 0.47% 0.67% -
XYZ 30.29 32.31 14.54 -
YUV 151.61 93.79 142.54 -
System Red Green Blue C M Y K H S L
Decimal 172 153 91 0 0.11 0.47 0.33 45.93 0.33 0.52
Hex AC 99 5B 0 B 2F 21 2E 21 34
Octal 254 231 133 0 13 57 41 56 41 64
Binary 10101100 10011001 1011011 0 1011 101111 100001 101110 100001 110100

Color Harmonies of #AC995B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC995B

Black with #AC995B

Text Example


Text Example

White with #AC995B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC995B; }

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

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

background-color css

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

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

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

border-color css

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

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

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