Html Css Color HEX #AB9958 Husk

📋 copy color: '#AB9958'

red 171 ◦ green 153 ◦ blue 88

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

Shades of Husk #AB9958

Tints of Husk #AB9958

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.14%

 BLUE value IS 88 (34.77% from 255) = 21.36%

R = 41.5%
G = 37.14%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AB9958 (or 0xAB9958) is known color: Husk. HEX triplet: AB, 99 and 58. RGB value is (171,153,88). Sum of RGB (Red+Green+Blue) = 171+153+88=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 88 (34.77% from 255 or 21.36% from 412); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9958 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9958 is #5466A7. Grayscale: #979797. Windows color (decimal): -5531304 or 5806507. OLE color: 5806507.

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

Color convert

RGB 171 153 88 -
CMYK 0 0.11 0.49 0.33
HSL 46.99º 0.33% 0.51% -
HSV(B) 46.99º 0.49% 0.67% -
XYZ 29.95 32.14 13.86 -
YUV 150.97 92.46 142.29 -
System Red Green Blue C M Y K H S L
Decimal 171 153 88 0 0.11 0.49 0.33 46.99 0.33 0.51
Hex AB 99 58 0 B 31 21 2F 21 33
Octal 253 231 130 0 13 61 41 57 41 63
Binary 10101011 10011001 1011000 0 1011 110001 100001 101111 100001 110011

Color Harmonies of #AB9958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9958

Black with #AB9958

Text Example


Text Example

White with #AB9958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9958; }

 p { color: rgb(171,153,88); }

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

background-color css

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

 a { background-color: rgb(171,153,88); }

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

border-color css

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

 span { border-color: rgb(171,153,88); }

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