Html Css Color HEX #AB9749 Husk

📋 copy color: '#AB9749'

red 171 ◦ green 151 ◦ blue 73

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

Shades of Husk #AB9749

Tints of Husk #AB9749

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.23%

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

R = 43.29%
G = 38.23%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AB9749 (or 0xAB9749) is known color: Husk. HEX triplet: AB, 97 and 49. RGB value is (171,151,73). Sum of RGB (Red+Green+Blue) = 171+151+73=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 73 (28.91% from 255 or 18.48% from 395); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9749 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9749 is #5468B6. Grayscale: #949494. Windows color (decimal): -5531831 or 4822955. OLE color: 4822955.

HSL color Cylindrical-coordinate representation of color #AB9749: hue angle of 47.76º 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 #AB9749 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 151 73 -
CMYK 0 0.12 0.57 0.33
HSL 47.76º 0.4% 0.48% -
HSV(B) 47.76º 0.57% 0.67% -
XYZ 29.06 31.27 10.81 -
YUV 148.09 85.63 144.34 -
System Red Green Blue C M Y K H S L
Decimal 171 151 73 0 0.12 0.57 0.33 47.76 0.4 0.48
Hex AB 97 49 0 C 39 21 30 28 30
Octal 253 227 111 0 14 71 41 60 50 60
Binary 10101011 10010111 1001001 0 1100 111001 100001 110000 101000 110000

Color Harmonies of #AB9749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9749

Black with #AB9749

Text Example


Text Example

White with #AB9749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9749; }

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

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

background-color css

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

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

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

border-color css

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

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

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