Html Css Color HEX #AB9549 Husk

📋 copy color: '#AB9549'

red 171 ◦ green 149 ◦ blue 73

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

Shades of Husk #AB9549

Tints of Husk #AB9549

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 18.58%

R = 43.51%
G = 37.91%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AB9549 (or 0xAB9549) is known color: Husk. HEX triplet: AB, 95 and 49. RGB value is (171,149,73). Sum of RGB (Red+Green+Blue) = 171+149+73=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 73 (28.91% from 255 or 18.58% from 393); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9549 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9549 is #546AB6. Grayscale: #939393. Windows color (decimal): -5532343 or 4822443. OLE color: 4822443.

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

Color convert

RGB 171 149 73 -
CMYK 0 0.13 0.57 0.33
HSL 46.53º 0.4% 0.48% -
HSV(B) 46.53º 0.57% 0.67% -
XYZ 28.74 30.63 10.7 -
YUV 146.91 86.29 145.18 -
System Red Green Blue C M Y K H S L
Decimal 171 149 73 0 0.13 0.57 0.33 46.53 0.4 0.48
Hex AB 95 49 0 D 39 21 2F 28 30
Octal 253 225 111 0 15 71 41 57 50 60
Binary 10101011 10010101 1001001 0 1101 111001 100001 101111 101000 110000

Color Harmonies of #AB9549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9549

Black with #AB9549

Text Example


Text Example

White with #AB9549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9549; }

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

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

background-color css

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

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

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

border-color css

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

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

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