#ADA56B

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

Shades of Gimblet #ADA56B

Tints of Gimblet #ADA56B

Color information

#ADA56B (or 0xADA56B) is unknown color: approx Gimblet. HEX triplet: AD, A5 and 6B. RGB value is (173,165,107). Sum of RGB (Red+Green+Blue) = 173+165+107=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 165 (64.84% from 255 or 37.08% from 445); Blue value is 107 (42.19% from 255 or 24.04% from 445); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA56B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA56B is #525A94. Grayscale: #A1A1A1. Windows color (decimal): -5397141 or 7054765. OLE color: 7054765.

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

Color convert

RGB173165107-
CMYK00.050.380.32
HSL52.73º28.7%54.9%-
HSV(B)52.73º38.15%67.84%-
XYZ33.3436.8619.27-
YUV160.7897.65136.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.88%
GREEN value IS 165 (64.84% from 255) = 37.08%
BLUE value IS 107 (42.19% from 255) = 24.04%
R=38.88%
G=37.08%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316510700.050.380.3252.7328.754.9
HexADA56B052620351d37
Octal255245153054640653567
Binary10101101101001011101011010110011010000011010111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA56B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA56B; }

 p { color: rgb(173,165,107); }

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

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

 a { background-color: rgb(173,165,107); }

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

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

 span { border-color: rgb(173,165,107); }

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