Html Css Color HEX #AB9557 Husk

📋 copy color: '#AB9557'

red 171 ◦ green 149 ◦ blue 87

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

Shades of Husk #AB9557

Tints of Husk #AB9557

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.61%

 BLUE value IS 87 (34.38% from 255) = 21.38%

R = 42.01%
G = 36.61%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AB9557 (or 0xAB9557) is known color: Husk. HEX triplet: AB, 95 and 57. RGB value is (171,149,87). Sum of RGB (Red+Green+Blue) = 171+149+87=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 87 (34.38% from 255 or 21.38% from 407); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9557 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9557 is #546AA8. Grayscale: #949494. Windows color (decimal): -5532329 or 5739947. OLE color: 5739947.

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

Color convert

RGB 171 149 87 -
CMYK 0 0.13 0.49 0.33
HSL 44.29º 0.33% 0.51% -
HSV(B) 44.29º 0.49% 0.67% -
XYZ 29.26 30.84 13.43 -
YUV 148.51 93.29 144.04 -
System Red Green Blue C M Y K H S L
Decimal 171 149 87 0 0.13 0.49 0.33 44.29 0.33 0.51
Hex AB 95 57 0 D 31 21 2C 21 33
Octal 253 225 127 0 15 61 41 54 41 63
Binary 10101011 10010101 1010111 0 1101 110001 100001 101100 100001 110011

Color Harmonies of #AB9557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9557

Black with #AB9557

Text Example


Text Example

White with #AB9557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9557; }

 p { color: rgb(171,149,87); }

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

background-color css

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

 a { background-color: rgb(171,149,87); }

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

border-color css

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

 span { border-color: rgb(171,149,87); }

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