#ADA56D

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

Shades of Gimblet #ADA56D

Tints of Gimblet #ADA56D

Color information

#ADA56D (or 0xADA56D) is unknown color: approx Gimblet. HEX triplet: AD, A5 and 6D. RGB value is (173,165,109). Sum of RGB (Red+Green+Blue) = 173+165+109=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 165 (64.84% from 255 or 36.91% from 447); Blue value is 109 (42.97% from 255 or 24.38% from 447); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA56D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA56D is #525A92. Grayscale: #A1A1A1. Windows color (decimal): -5397139 or 7185837. OLE color: 7185837.

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

Color convert

RGB173165109-
CMYK00.050.370.32
HSL52.5º28.07%55.29%-
HSV(B)52.5º36.99%67.84%-
XYZ33.4536.919.83-
YUV161.0198.65136.55-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.70%
GREEN value IS 165 (64.84% from 255) = 36.91%
BLUE value IS 109 (42.97% from 255) = 24.38%
R=38.70%
G=36.91%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316510900.050.370.3252.528.0755.29
HexADA56D052520341c37
Octal255245155054540643467
Binary10101101101001011101101010110010110000011010011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA56D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA56D; }

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

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

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

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

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

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

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

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