#ADAB69

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

Shades of Gimblet #ADAB69

Tints of Gimblet #ADAB69

Color information

#ADAB69 (or 0xADAB69) is unknown color: approx Gimblet. HEX triplet: AD, AB and 69. RGB value is (173,171,105). Sum of RGB (Red+Green+Blue) = 173+171+105=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 105 (41.41% from 255 or 23.39% from 449); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAB69 is #525496. Grayscale: #A4A4A4. Windows color (decimal): -5395607 or 6925229. OLE color: 6925229.

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

Color convert

RGB173171105-
CMYK00.010.390.32
HSL58.24º29.31%54.51%-
HSV(B)58.24º39.31%67.84%-
XYZ34.3539.0319.09-
YUV164.0794.66134.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.53%
GREEN value IS 171 (67.19% from 255) = 38.08%
BLUE value IS 105 (41.41% from 255) = 23.39%
R=38.53%
G=38.08%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317110500.010.390.3258.2429.3154.51
HexADAB690127203a1d37
Octal255253151014740723567
Binary101011011010101111010010110011110000011101011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAB69; }

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

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

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

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

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

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

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

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