Html Css Color HEX #AB9856 Husk

📋 copy color: '#AB9856'

red 171 ◦ green 152 ◦ blue 86

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

Shades of Husk #AB9856

Tints of Husk #AB9856

RGB

 RED value IS 171 (67.19% from 255) = 41.81%

 GREEN value IS 152 (59.77% from 255) = 37.16%

 BLUE value IS 86 (33.98% from 255) = 21.03%

R = 41.81%
G = 37.16%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AB9856 (or 0xAB9856) is known color: Husk. HEX triplet: AB, 98 and 56. RGB value is (171,152,86). Sum of RGB (Red+Green+Blue) = 171+152+86=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 152 (59.77% from 255 or 37.16% from 409); Blue value is 86 (33.98% from 255 or 21.03% from 409); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9856 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9856 is #5467A9. Grayscale: #969696. Windows color (decimal): -5531562 or 5675179. OLE color: 5675179.

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

Color convert

RGB 171 152 86 -
CMYK 0 0.11 0.50 0.33
HSL 46.59º 0.34% 0.5% -
HSV(B) 46.59º 0.5% 0.67% -
XYZ 29.7 31.79 13.37 -
YUV 150.16 91.79 142.87 -
System Red Green Blue C M Y K H S L
Decimal 171 152 86 0 0.11 0.50 0.33 46.59 0.34 0.5
Hex AB 98 56 0 B 32 21 2F 22 32
Octal 253 230 126 0 13 62 41 57 42 62
Binary 10101011 10011000 1010110 0 1011 110010 100001 101111 100010 110010

Color Harmonies of #AB9856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9856

Black with #AB9856

Text Example


Text Example

White with #AB9856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9856; }

 p { color: rgb(171,152,86); }

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

background-color css

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

 a { background-color: rgb(171,152,86); }

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

border-color css

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

 span { border-color: rgb(171,152,86); }

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