#ADA05F

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

Shades of Gimblet #ADA05F

Tints of Gimblet #ADA05F

Color information

#ADA05F (or 0xADA05F) is unknown color: approx Gimblet. HEX triplet: AD, A0 and 5F. RGB value is (173,160,95). Sum of RGB (Red+Green+Blue) = 173+160+95=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 160 (62.89% from 255 or 37.38% from 428); Blue value is 95 (37.5% from 255 or 22.20% from 428); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA05F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA05F is #525FA0. Grayscale: #9C9C9C. Windows color (decimal): -5398433 or 6267053. OLE color: 6267053.

HSL color Cylindrical-coordinate representation of color #ADA05F: hue angle of 50º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADA05F is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB17316095-
CMYK00.080.450.32
HSL50º32.23%52.55%-
HSV(B)50º45.09%67.84%-
XYZ31.8734.8515.87-
YUV156.4893.31139.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.42%
GREEN value IS 160 (62.89% from 255) = 37.38%
BLUE value IS 95 (37.5% from 255) = 22.20%
R=40.42%
G=37.38%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731609500.080.450.325032.2352.55
HexADA05F082D20322035
Octal2552401370105540624065
Binary1010110110100000101111101000101101100000110010100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA05F; }

 p { color: rgb(173,160,95); }

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

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

 a { background-color: rgb(173,160,95); }

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

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

 span { border-color: rgb(173,160,95); }

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