Html Css Color HEX #ABA14F Husk

📋 copy color: '#ABA14F'

red 171 ◦ green 161 ◦ blue 79

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

Shades of Husk #ABA14F

Tints of Husk #ABA14F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.17%

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

R = 41.61%
G = 39.17%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#ABA14F (or 0xABA14F) is known color: Husk. HEX triplet: AB, A1 and 4F. RGB value is (171,161,79). Sum of RGB (Red+Green+Blue) = 171+161+79=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 161 (63.28% from 255 or 39.17% from 411); Blue value is 79 (31.25% from 255 or 19.22% from 411); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA14F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA14F is #545EB0. Grayscale: #9A9A9A. Windows color (decimal): -5529265 or 5218731. OLE color: 5218731.

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

Color convert

RGB 171 161 79 -
CMYK 0 0.06 0.54 0.33
HSL 53.48º 0.37% 0.49% -
HSV(B) 53.48º 0.54% 0.67% -
XYZ 30.95 34.71 12.47 -
YUV 154.64 85.31 139.67 -
System Red Green Blue C M Y K H S L
Decimal 171 161 79 0 0.06 0.54 0.33 53.48 0.37 0.49
Hex AB A1 4F 0 6 36 21 35 25 31
Octal 253 241 117 0 6 66 41 65 45 61
Binary 10101011 10100001 1001111 0 110 110110 100001 110101 100101 110001

Color Harmonies of #ABA14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA14F

Black with #ABA14F

Text Example


Text Example

White with #ABA14F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA14F; }

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

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

background-color css

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

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

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

border-color css

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

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

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