Html Css Color HEX #AB964F Husk

📋 copy color: '#AB964F'

red 171 ◦ green 150 ◦ blue 79

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

Shades of Husk #AB964F

Tints of Husk #AB964F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.5%

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

R = 42.75%
G = 37.5%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AB964F (or 0xAB964F) is known color: Husk. HEX triplet: AB, 96 and 4F. RGB value is (171,150,79). Sum of RGB (Red+Green+Blue) = 171+150+79=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 150 (58.98% from 255 or 37.5% from 400); Blue value is 79 (31.25% from 255 or 19.75% from 400); Max value from RGB is 171 - color contains mainly: red. Hex color #AB964F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB964F is #5469B0. Grayscale: #949494. Windows color (decimal): -5532081 or 5215915. OLE color: 5215915.

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

Color convert

RGB 171 150 79 -
CMYK 0 0.12 0.54 0.33
HSL 46.3º 0.37% 0.49% -
HSV(B) 46.3º 0.54% 0.67% -
XYZ 29.11 31.04 11.85 -
YUV 148.19 88.96 144.27 -
System Red Green Blue C M Y K H S L
Decimal 171 150 79 0 0.12 0.54 0.33 46.3 0.37 0.49
Hex AB 96 4F 0 C 36 21 2E 25 31
Octal 253 226 117 0 14 66 41 56 45 61
Binary 10101011 10010110 1001111 0 1100 110110 100001 101110 100101 110001

Color Harmonies of #AB964F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB964F

Black with #AB964F

Text Example


Text Example

White with #AB964F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB964F; }

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

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

background-color css

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

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

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

border-color css

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

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

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