Html Css Color HEX #AB9547 Husk

📋 copy color: '#AB9547'

red 171 ◦ green 149 ◦ blue 71

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

Shades of Husk #AB9547

Tints of Husk #AB9547

RGB

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

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

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

R = 43.73%
G = 38.11%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AB9547 (or 0xAB9547) is known color: Husk. HEX triplet: AB, 95 and 47. RGB value is (171,149,71). Sum of RGB (Red+Green+Blue) = 171+149+71=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 71 (28.12% from 255 or 18.16% from 391); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9547 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9547 is #546AB8. Grayscale: #939393. Windows color (decimal): -5532345 or 4691371. OLE color: 4691371.

HSL color Cylindrical-coordinate representation of color #AB9547: hue angle of 46.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 #AB9547 is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 149 71 -
CMYK 0 0.13 0.58 0.33
HSL 46.8º 0.41% 0.47% -
HSV(B) 46.8º 0.58% 0.67% -
XYZ 28.68 30.61 10.36 -
YUV 146.69 85.29 145.34 -
System Red Green Blue C M Y K H S L
Decimal 171 149 71 0 0.13 0.58 0.33 46.8 0.41 0.47
Hex AB 95 47 0 D 3A 21 2F 29 2F
Octal 253 225 107 0 15 72 41 57 51 57
Binary 10101011 10010101 1000111 0 1101 111010 100001 101111 101001 101111

Color Harmonies of #AB9547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9547

Black with #AB9547

Text Example


Text Example

White with #AB9547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9547; }

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

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

background-color css

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

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

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

border-color css

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

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

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