Html Css Color HEX #AC995A Husk

📋 copy color: '#AC995A'

red 172 ◦ green 153 ◦ blue 90

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

Shades of Husk #AC995A

Tints of Husk #AC995A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.69%

R = 41.45%
G = 36.87%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC995A (or 0xAC995A) is known color: Husk. HEX triplet: AC, 99 and 5A. RGB value is (172,153,90). Sum of RGB (Red+Green+Blue) = 172+153+90=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 90 (35.55% from 255 or 21.69% from 415); Max value from RGB is 172 - color contains mainly: red. Hex color #AC995A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC995A is #5366A5. Grayscale: #979797. Windows color (decimal): -5465766 or 5937580. OLE color: 5937580.

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

Color convert

RGB 172 153 90 -
CMYK 0 0.11 0.48 0.33
HSL 46.1º 0.33% 0.51% -
HSV(B) 46.1º 0.48% 0.67% -
XYZ 30.25 32.29 14.31 -
YUV 151.5 93.29 142.62 -
System Red Green Blue C M Y K H S L
Decimal 172 153 90 0 0.11 0.48 0.33 46.1 0.33 0.51
Hex AC 99 5A 0 B 30 21 2E 21 33
Octal 254 231 132 0 13 60 41 56 41 63
Binary 10101100 10011001 1011010 0 1011 110000 100001 101110 100001 110011

Color Harmonies of #AC995A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC995A

Black with #AC995A

Text Example


Text Example

White with #AC995A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC995A; }

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

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

background-color css

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

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

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

border-color css

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

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

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