#ADA05B

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

Shades of Gimblet #ADA05B

Tints of Gimblet #ADA05B

Color information

#ADA05B (or 0xADA05B) is unknown color: approx Gimblet. HEX triplet: AD, A0 and 5B. RGB value is (173,160,91). Sum of RGB (Red+Green+Blue) = 173+160+91=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 160 (62.89% from 255 or 37.74% from 424); Blue value is 91 (35.94% from 255 or 21.46% from 424); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA05B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA05B is #525FA4. Grayscale: #9C9C9C. Windows color (decimal): -5398437 or 6004909. OLE color: 6004909.

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

Color convert

RGB17316091-
CMYK00.080.470.32
HSL50.49º33.33%51.76%-
HSV(B)50.49º47.4%67.84%-
XYZ31.6934.7814.94-
YUV156.0291.31140.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.80%
GREEN value IS 160 (62.89% from 255) = 37.74%
BLUE value IS 91 (35.94% from 255) = 21.46%
R=40.80%
G=37.74%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731609100.080.470.3250.4933.3351.76
HexADA05B082F20322134
Octal2552401330105740624164
Binary1010110110100000101101101000101111100000110010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA05B; }

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

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

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

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

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

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

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

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