Html Css Color HEX #AB914F Husk

📋 copy color: '#AB914F'

red 171 ◦ green 145 ◦ blue 79

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

Shades of Husk #AB914F

Tints of Husk #AB914F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.71%

 BLUE value IS 79 (31.25% from 255) = 20%

R = 43.29%
G = 36.71%
B = 20%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AB914F (or 0xAB914F) is known color: Husk. HEX triplet: AB, 91 and 4F. RGB value is (171,145,79). Sum of RGB (Red+Green+Blue) = 171+145+79=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 79 (31.25% from 255 or 20% from 395); Max value from RGB is 171 - color contains mainly: red. Hex color #AB914F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB914F is #546EB0. Grayscale: #919191. Windows color (decimal): -5533361 or 5214635. OLE color: 5214635.

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

Color convert

RGB 171 145 79 -
CMYK 0 0.15 0.54 0.33
HSL 43.04º 0.37% 0.49% -
HSV(B) 43.04º 0.54% 0.67% -
XYZ 28.33 29.47 11.59 -
YUV 145.25 90.61 146.37 -
System Red Green Blue C M Y K H S L
Decimal 171 145 79 0 0.15 0.54 0.33 43.04 0.37 0.49
Hex AB 91 4F 0 F 36 21 2B 25 31
Octal 253 221 117 0 17 66 41 53 45 61
Binary 10101011 10010001 1001111 0 1111 110110 100001 101011 100101 110001

Color Harmonies of #AB914F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB914F

Black with #AB914F

Text Example


Text Example

White with #AB914F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB914F; }

 p { color: rgb(171,145,79); }

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

background-color css

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

 a { background-color: rgb(171,145,79); }

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

border-color css

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

 span { border-color: rgb(171,145,79); }

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