Html Css Color HEX #AB9649 Husk

📋 copy color: '#AB9649'

red 171 ◦ green 150 ◦ blue 73

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

Shades of Husk #AB9649

Tints of Husk #AB9649

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.07%

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

R = 43.4%
G = 38.07%
B = 18.53%

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

#AB9649 (or 0xAB9649) is known color: Husk. HEX triplet: AB, 96 and 49. RGB value is (171,150,73). Sum of RGB (Red+Green+Blue) = 171+150+73=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 150 (58.98% from 255 or 38.07% from 394); Blue value is 73 (28.91% from 255 or 18.53% from 394); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9649 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9649 is #5469B6. Grayscale: #939393. Windows color (decimal): -5532087 or 4822699. OLE color: 4822699.

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

Color convert

RGB 171 150 73 -
CMYK 0 0.12 0.57 0.33
HSL 47.14º 0.4% 0.48% -
HSV(B) 47.14º 0.57% 0.67% -
XYZ 28.9 30.95 10.75 -
YUV 147.5 85.96 144.76 -
System Red Green Blue C M Y K H S L
Decimal 171 150 73 0 0.12 0.57 0.33 47.14 0.4 0.48
Hex AB 96 49 0 C 39 21 2F 28 30
Octal 253 226 111 0 14 71 41 57 50 60
Binary 10101011 10010110 1001001 0 1100 111001 100001 101111 101000 110000

Color Harmonies of #AB9649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9649

Black with #AB9649

Text Example


Text Example

White with #AB9649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9649; }

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

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

background-color css

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

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

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

border-color css

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

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

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