Html Css Color HEX #AB9956 Husk

📋 copy color: '#AB9956'

red 171 ◦ green 153 ◦ blue 86

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

Shades of Husk #AB9956

Tints of Husk #AB9956

RGB

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

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

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

R = 41.71%
G = 37.32%
B = 20.98%

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

#AB9956 (or 0xAB9956) is known color: Husk. HEX triplet: AB, 99 and 56. RGB value is (171,153,86). Sum of RGB (Red+Green+Blue) = 171+153+86=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 86 (33.98% from 255 or 20.98% from 410); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9956 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9956 is #5466A9. Grayscale: #979797. Windows color (decimal): -5531306 or 5675435. OLE color: 5675435.

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

Color convert

RGB 171 153 86 -
CMYK 0 0.11 0.50 0.33
HSL 47.29º 0.34% 0.5% -
HSV(B) 47.29º 0.5% 0.67% -
XYZ 29.87 32.11 13.43 -
YUV 150.74 91.46 142.45 -
System Red Green Blue C M Y K H S L
Decimal 171 153 86 0 0.11 0.50 0.33 47.29 0.34 0.5
Hex AB 99 56 0 B 32 21 2F 22 32
Octal 253 231 126 0 13 62 41 57 42 62
Binary 10101011 10011001 1010110 0 1011 110010 100001 101111 100010 110010

Color Harmonies of #AB9956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9956

Black with #AB9956

Text Example


Text Example

White with #AB9956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9956; }

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

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

background-color css

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

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

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

border-color css

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

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

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