Html Css Color HEX #AB9942 Husk

📋 copy color: '#AB9942'

red 171 ◦ green 153 ◦ blue 66

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

Shades of Husk #AB9942

Tints of Husk #AB9942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.92%

R = 43.85%
G = 39.23%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AB9942 (or 0xAB9942) is known color: Husk. HEX triplet: AB, 99 and 42. RGB value is (171,153,66). Sum of RGB (Red+Green+Blue) = 171+153+66=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 66 (26.17% from 255 or 16.92% from 390); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9942 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9942 is #5466BD. Grayscale: #949494. Windows color (decimal): -5531326 or 4364715. OLE color: 4364715.

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

Color convert

RGB 171 153 66 -
CMYK 0 0.11 0.61 0.33
HSL 49.71º 0.44% 0.46% -
HSV(B) 49.71º 0.61% 0.67% -
XYZ 29.17 31.83 9.76 -
YUV 148.46 81.46 144.07 -
System Red Green Blue C M Y K H S L
Decimal 171 153 66 0 0.11 0.61 0.33 49.71 0.44 0.46
Hex AB 99 42 0 B 3D 21 32 2C 2E
Octal 253 231 102 0 13 75 41 62 54 56
Binary 10101011 10011001 1000010 0 1011 111101 100001 110010 101100 101110

Color Harmonies of #AB9942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9942

Black with #AB9942

Text Example


Text Example

White with #AB9942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9942; }

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

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

background-color css

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

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

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

border-color css

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

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

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