Html Css Color HEX #AB985B Husk

📋 copy color: '#AB985B'

red 171 ◦ green 152 ◦ blue 91

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

Shades of Husk #AB985B

Tints of Husk #AB985B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.71%

 BLUE value IS 91 (35.94% from 255) = 21.98%

R = 41.3%
G = 36.71%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB985B (or 0xAB985B) is known color: Husk. HEX triplet: AB, 98 and 5B. RGB value is (171,152,91). Sum of RGB (Red+Green+Blue) = 171+152+91=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 152 (59.77% from 255 or 36.71% from 414); Blue value is 91 (35.94% from 255 or 21.98% from 414); Max value from RGB is 171 - color contains mainly: red. Hex color #AB985B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB985B is #5467A4. Grayscale: #969696. Windows color (decimal): -5531557 or 6002859. OLE color: 6002859.

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

Color convert

RGB 171 152 91 -
CMYK 0 0.11 0.47 0.33
HSL 45.75º 0.32% 0.51% -
HSV(B) 45.75º 0.47% 0.67% -
XYZ 29.91 31.87 14.47 -
YUV 150.73 94.29 142.46 -
System Red Green Blue C M Y K H S L
Decimal 171 152 91 0 0.11 0.47 0.33 45.75 0.32 0.51
Hex AB 98 5B 0 B 2F 21 2E 20 33
Octal 253 230 133 0 13 57 41 56 40 63
Binary 10101011 10011000 1011011 0 1011 101111 100001 101110 100000 110011

Color Harmonies of #AB985B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB985B

Black with #AB985B

Text Example


Text Example

White with #AB985B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB985B; }

 p { color: rgb(171,152,91); }

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

background-color css

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

 a { background-color: rgb(171,152,91); }

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

border-color css

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

 span { border-color: rgb(171,152,91); }

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