Html Css Color HEX #AB9A47 Husk

📋 copy color: '#AB9A47'

red 171 ◦ green 154 ◦ blue 71

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

Shades of Husk #AB9A47

Tints of Husk #AB9A47

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.89%

 BLUE value IS 71 (28.13% from 255) = 17.93%

R = 43.18%
G = 38.89%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AB9A47 (or 0xAB9A47) is known color: Husk. HEX triplet: AB, 9A and 47. RGB value is (171,154,71). Sum of RGB (Red+Green+Blue) = 171+154+71=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 154 (60.55% from 255 or 38.89% from 396); Blue value is 71 (28.12% from 255 or 17.93% from 396); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9A47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9A47 is #5465B8. Grayscale: #959595. Windows color (decimal): -5531065 or 4692651. OLE color: 4692651.

HSL color Cylindrical-coordinate representation of color #AB9A47: hue angle of 49.8º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB9A47 is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 154 71 -
CMYK 0 0.10 0.58 0.33
HSL 49.8º 0.41% 0.47% -
HSV(B) 49.8º 0.58% 0.67% -
XYZ 29.49 32.22 10.63 -
YUV 149.62 83.63 143.25 -
System Red Green Blue C M Y K H S L
Decimal 171 154 71 0 0.10 0.58 0.33 49.8 0.41 0.47
Hex AB 9A 47 0 A 3A 21 32 29 2F
Octal 253 232 107 0 12 72 41 62 51 57
Binary 10101011 10011010 1000111 0 1010 111010 100001 110010 101001 101111

Color Harmonies of #AB9A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9A47

Black with #AB9A47

Text Example


Text Example

White with #AB9A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9A47; }

 p { color: rgb(171,154,71); }

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

background-color css

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

 a { background-color: rgb(171,154,71); }

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

border-color css

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

 span { border-color: rgb(171,154,71); }

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