Html Css Color HEX #AB924D Husk

📋 copy color: '#AB924D'

red 171 ◦ green 146 ◦ blue 77

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

Shades of Husk #AB924D

Tints of Husk #AB924D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.06%

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

R = 43.4%
G = 37.06%
B = 19.54%

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

#AB924D (or 0xAB924D) is known color: Husk. HEX triplet: AB, 92 and 4D. RGB value is (171,146,77). Sum of RGB (Red+Green+Blue) = 171+146+77=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 171 - color contains mainly: red. Hex color #AB924D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB924D is #546DB2. Grayscale: #919191. Windows color (decimal): -5533107 or 5083819. OLE color: 5083819.

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

Color convert

RGB 171 146 77 -
CMYK 0 0.15 0.55 0.33
HSL 44.04º 0.38% 0.49% -
HSV(B) 44.04º 0.55% 0.67% -
XYZ 28.41 29.75 11.27 -
YUV 145.61 89.28 146.11 -
System Red Green Blue C M Y K H S L
Decimal 171 146 77 0 0.15 0.55 0.33 44.04 0.38 0.49
Hex AB 92 4D 0 F 37 21 2C 26 31
Octal 253 222 115 0 17 67 41 54 46 61
Binary 10101011 10010010 1001101 0 1111 110111 100001 101100 100110 110001

Color Harmonies of #AB924D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB924D

Black with #AB924D

Text Example


Text Example

White with #AB924D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB924D; }

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

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

background-color css

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

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

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

border-color css

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

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

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