Html Css Color HEX #AB9D5D Husk

📋 copy color: '#AB9D5D'

red 171 ◦ green 157 ◦ blue 93

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

Shades of Husk #AB9D5D

Tints of Husk #AB9D5D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.29%

 BLUE value IS 93 (36.72% from 255) = 22.09%

R = 40.62%
G = 37.29%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AB9D5D (or 0xAB9D5D) is known color: Husk. HEX triplet: AB, 9D and 5D. RGB value is (171,157,93). Sum of RGB (Red+Green+Blue) = 171+157+93=421 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.62% from 421); Green value is 157 (61.72% from 255 or 37.29% from 421); Blue value is 93 (36.72% from 255 or 22.09% from 421); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9D5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9D5D is #5462A2. Grayscale: #9A9A9A. Windows color (decimal): -5530275 or 6135211. OLE color: 6135211.

HSL color Cylindrical-coordinate representation of color #AB9D5D: hue angle of 49.23º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB9D5D is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 157 93 -
CMYK 0 0.08 0.46 0.33
HSL 49.23º 0.32% 0.52% -
HSV(B) 49.23º 0.46% 0.67% -
XYZ 30.83 33.56 15.21 -
YUV 153.89 93.64 140.2 -
System Red Green Blue C M Y K H S L
Decimal 171 157 93 0 0.08 0.46 0.33 49.23 0.32 0.52
Hex AB 9D 5D 0 8 2E 21 31 20 34
Octal 253 235 135 0 10 56 41 61 40 64
Binary 10101011 10011101 1011101 0 1000 101110 100001 110001 100000 110100

Color Harmonies of #AB9D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9D5D

Black with #AB9D5D

Text Example


Text Example

White with #AB9D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9D5D; }

 p { color: rgb(171,157,93); }

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

background-color css

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

 a { background-color: rgb(171,157,93); }

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

border-color css

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

 span { border-color: rgb(171,157,93); }

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