Html Css Color HEX #AB944E Husk

📋 copy color: '#AB944E'

red 171 ◦ green 148 ◦ blue 78

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

Shades of Husk #AB944E

Tints of Husk #AB944E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.28%

 BLUE value IS 78 (30.86% from 255) = 19.65%

R = 43.07%
G = 37.28%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AB944E (or 0xAB944E) is known color: Husk. HEX triplet: AB, 94 and 4E. RGB value is (171,148,78). Sum of RGB (Red+Green+Blue) = 171+148+78=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 78 (30.86% from 255 or 19.65% from 397); Max value from RGB is 171 - color contains mainly: red. Hex color #AB944E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB944E is #546BB1. Grayscale: #939393. Windows color (decimal): -5532594 or 5149867. OLE color: 5149867.

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

Color convert

RGB 171 148 78 -
CMYK 0 0.13 0.54 0.33
HSL 45.16º 0.37% 0.49% -
HSV(B) 45.16º 0.54% 0.67% -
XYZ 28.76 30.39 11.56 -
YUV 146.9 89.12 145.19 -
System Red Green Blue C M Y K H S L
Decimal 171 148 78 0 0.13 0.54 0.33 45.16 0.37 0.49
Hex AB 94 4E 0 D 36 21 2D 25 31
Octal 253 224 116 0 15 66 41 55 45 61
Binary 10101011 10010100 1001110 0 1101 110110 100001 101101 100101 110001

Color Harmonies of #AB944E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB944E

Black with #AB944E

Text Example


Text Example

White with #AB944E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB944E; }

 p { color: rgb(171,148,78); }

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

background-color css

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

 a { background-color: rgb(171,148,78); }

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

border-color css

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

 span { border-color: rgb(171,148,78); }

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