#ADAB6F

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

Shades of Gimblet #ADAB6F

Tints of Gimblet #ADAB6F

Color information

#ADAB6F (or 0xADAB6F) is unknown color: approx Gimblet. HEX triplet: AD, AB and 6F. RGB value is (173,171,111). Sum of RGB (Red+Green+Blue) = 173+171+111=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 171 (67.19% from 255 or 37.58% from 455); Blue value is 111 (43.75% from 255 or 24.40% from 455); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAB6F is #525490. Grayscale: #A5A5A5. Windows color (decimal): -5395601 or 7318445. OLE color: 7318445.

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

Color convert

RGB173171111-
CMYK00.010.360.32
HSL58.06º27.43%55.69%-
HSV(B)58.06º35.84%67.84%-
XYZ34.6739.1620.77-
YUV164.7697.66133.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.02%
GREEN value IS 171 (67.19% from 255) = 37.58%
BLUE value IS 111 (43.75% from 255) = 24.40%
R=38.02%
G=37.58%
B=24.40%

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
Decimal17317111100.010.360.3258.0627.4355.69
HexADAB6F0124203a1b38
Octal255253157014440723370
Binary101011011010101111011110110010010000011101011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAB6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAB6F; }

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

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

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

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

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

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

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

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