#ADAB6E

Color #ADAB6E Gimblet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gimblet #ADAB6E

Tints of Gimblet #ADAB6E

Color information

#ADAB6E (or 0xADAB6E) is unknown color: approx Gimblet. HEX triplet: AD, AB and 6E. RGB value is (173,171,110). Sum of RGB (Red+Green+Blue) = 173+171+110=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 110 (43.36% from 255 or 24.23% from 454); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAB6E is #525491. Grayscale: #A4A4A4. Windows color (decimal): -5395602 or 7252909. OLE color: 7252909.

HSL color Cylindrical-coordinate representation of color #ADAB6E: hue angle of 58.1º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ADAB6E is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB173171110-
CMYK00.010.360.32
HSL58.1º27.75%55.49%-
HSV(B)58.1º36.42%67.84%-
XYZ34.6139.1420.48-
YUV164.6497.16133.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.11%
GREEN value IS 171 (67.19% from 255) = 37.67%
BLUE value IS 110 (43.36% from 255) = 24.23%
R=38.11%
G=37.67%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317111000.010.360.3258.127.7555.49
HexADAB6E0124203a1c37
Octal255253156014440723467
Binary101011011010101111011100110010010000011101011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAB6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAB6E; }

 p { color: rgb(173,171,110); }

 H1.HeaderClassName
 {
   color: #ADAB6E;
 }
 .AnyTagClassName
 {
   color: #ADAB6E;
 }
</style>
background-color css

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

 a { background-color: rgb(173,171,110); }

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

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

 span { border-color: rgb(173,171,110); }

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