Html Css Color HEX #AB9747 Husk

📋 copy color: '#AB9747'

red 171 ◦ green 151 ◦ blue 71

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

Shades of Husk #AB9747

Tints of Husk #AB9747

RGB

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

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

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

R = 43.51%
G = 38.42%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AB9747 (or 0xAB9747) is known color: Husk. HEX triplet: AB, 97 and 47. RGB value is (171,151,71). Sum of RGB (Red+Green+Blue) = 171+151+71=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 151 (59.38% from 255 or 38.42% from 393); Blue value is 71 (28.12% from 255 or 18.07% from 393); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9747 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9747 is #5468B8. Grayscale: #949494. Windows color (decimal): -5531833 or 4691883. OLE color: 4691883.

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

Color convert

RGB 171 151 71 -
CMYK 0 0.12 0.58 0.33
HSL 48º 0.41% 0.47% -
HSV(B) 48º 0.58% 0.67% -
XYZ 29 31.25 10.46 -
YUV 147.86 84.63 144.5 -
System Red Green Blue C M Y K H S L
Decimal 171 151 71 0 0.12 0.58 0.33 48 0.41 0.47
Hex AB 97 47 0 C 3A 21 30 29 2F
Octal 253 227 107 0 14 72 41 60 51 57
Binary 10101011 10010111 1000111 0 1100 111010 100001 110000 101001 101111

Color Harmonies of #AB9747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9747

Black with #AB9747

Text Example


Text Example

White with #AB9747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9747; }

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

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

background-color css

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

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

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

border-color css

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

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

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