Html Css Color HEX #AB9847 Husk

📋 copy color: '#AB9847'

red 171 ◦ green 152 ◦ blue 71

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

Shades of Husk #AB9847

Tints of Husk #AB9847

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.58%

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

R = 43.4%
G = 38.58%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AB9847 (or 0xAB9847) is known color: Husk. HEX triplet: AB, 98 and 47. RGB value is (171,152,71). Sum of RGB (Red+Green+Blue) = 171+152+71=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 152 (59.77% from 255 or 38.58% from 394); Blue value is 71 (28.12% from 255 or 18.02% from 394); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9847 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9847 is #5467B8. Grayscale: #949494. Windows color (decimal): -5531577 or 4692139. OLE color: 4692139.

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

Color convert

RGB 171 152 71 -
CMYK 0 0.11 0.58 0.33
HSL 48.6º 0.41% 0.47% -
HSV(B) 48.6º 0.58% 0.67% -
XYZ 29.16 31.57 10.52 -
YUV 148.45 84.29 144.09 -
System Red Green Blue C M Y K H S L
Decimal 171 152 71 0 0.11 0.58 0.33 48.6 0.41 0.47
Hex AB 98 47 0 B 3A 21 31 29 2F
Octal 253 230 107 0 13 72 41 61 51 57
Binary 10101011 10011000 1000111 0 1011 111010 100001 110001 101001 101111

Color Harmonies of #AB9847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9847

Black with #AB9847

Text Example


Text Example

White with #AB9847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9847; }

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

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

background-color css

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

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

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

border-color css

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

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

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