Html Css Color HEX #AB914D Husk

📋 copy color: '#AB914D'

red 171 ◦ green 145 ◦ blue 77

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

Shades of Husk #AB914D

Tints of Husk #AB914D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.59%

R = 43.51%
G = 36.9%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AB914D (or 0xAB914D) is known color: Husk. HEX triplet: AB, 91 and 4D. RGB value is (171,145,77). Sum of RGB (Red+Green+Blue) = 171+145+77=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 171 - color contains mainly: red. Hex color #AB914D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB914D is #546EB2. Grayscale: #919191. Windows color (decimal): -5533363 or 5083563. OLE color: 5083563.

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

Color convert

RGB 171 145 77 -
CMYK 0 0.15 0.55 0.33
HSL 43.4º 0.38% 0.49% -
HSV(B) 43.4º 0.55% 0.67% -
XYZ 28.26 29.44 11.22 -
YUV 145.02 89.61 146.53 -
System Red Green Blue C M Y K H S L
Decimal 171 145 77 0 0.15 0.55 0.33 43.4 0.38 0.49
Hex AB 91 4D 0 F 37 21 2B 26 31
Octal 253 221 115 0 17 67 41 53 46 61
Binary 10101011 10010001 1001101 0 1111 110111 100001 101011 100110 110001

Color Harmonies of #AB914D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB914D

Black with #AB914D

Text Example


Text Example

White with #AB914D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB914D; }

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

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

background-color css

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

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

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

border-color css

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

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

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