#ADAB6A

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

Shades of Gimblet #ADAB6A

Tints of Gimblet #ADAB6A

Color information

#ADAB6A (or 0xADAB6A) is unknown color: approx Gimblet. HEX triplet: AD, AB and 6A. RGB value is (173,171,106). Sum of RGB (Red+Green+Blue) = 173+171+106=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 106 (41.80% from 255 or 23.56% from 450); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAB6A is #525495. Grayscale: #A4A4A4. Windows color (decimal): -5395606 or 6990765. OLE color: 6990765.

HSL color Cylindrical-coordinate representation of color #ADAB6A: hue angle of 58.21º 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 #ADAB6A is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB173171106-
CMYK00.010.390.32
HSL58.21º29%54.71%-
HSV(B)58.21º38.73%67.84%-
XYZ34.439.0519.36-
YUV164.1995.16134.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.44%
GREEN value IS 171 (67.19% from 255) = 38%
BLUE value IS 106 (41.80% from 255) = 23.56%
R=38.44%
G=38%
B=23.56%

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
Decimal17317110600.010.390.3258.212954.71
HexADAB6A0127203a1d37
Octal255253152014740723567
Binary101011011010101111010100110011110000011101011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAB6A; }

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

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

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

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

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

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

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

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