Html Css Color HEX #AB9B5E Husk

📋 copy color: '#AB9B5E'

red 171 ◦ green 155 ◦ blue 94

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

Shades of Husk #AB9B5E

Tints of Husk #AB9B5E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.9%

 BLUE value IS 94 (37.11% from 255) = 22.38%

R = 40.71%
G = 36.9%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AB9B5E (or 0xAB9B5E) is known color: Husk. HEX triplet: AB, 9B and 5E. RGB value is (171,155,94). Sum of RGB (Red+Green+Blue) = 171+155+94=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 155 (60.94% from 255 or 36.90% from 420); Blue value is 94 (37.11% from 255 or 22.38% from 420); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9B5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9B5E is #5464A1. Grayscale: #999999. Windows color (decimal): -5530786 or 6200235. OLE color: 6200235.

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

Color convert

RGB 171 155 94 -
CMYK 0 0.09 0.45 0.33
HSL 47.53º 0.31% 0.52% -
HSV(B) 47.53º 0.45% 0.67% -
XYZ 30.54 32.91 15.33 -
YUV 152.83 94.8 140.96 -
System Red Green Blue C M Y K H S L
Decimal 171 155 94 0 0.09 0.45 0.33 47.53 0.31 0.52
Hex AB 9B 5E 0 9 2D 21 30 1F 34
Octal 253 233 136 0 11 55 41 60 37 64
Binary 10101011 10011011 1011110 0 1001 101101 100001 110000 11111 110100

Color Harmonies of #AB9B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9B5E

Black with #AB9B5E

Text Example


Text Example

White with #AB9B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9B5E; }

 p { color: rgb(171,155,94); }

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

background-color css

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

 a { background-color: rgb(171,155,94); }

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

border-color css

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

 span { border-color: rgb(171,155,94); }

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