#ADA45B

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

Shades of Gimblet #ADA45B

Tints of Gimblet #ADA45B

Color information

#ADA45B (or 0xADA45B) is unknown color: approx Gimblet. HEX triplet: AD, A4 and 5B. RGB value is (173,164,91). Sum of RGB (Red+Green+Blue) = 173+164+91=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 164 (64.45% from 255 or 38.32% from 428); Blue value is 91 (35.94% from 255 or 21.26% from 428); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA45B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA45B is #525BA4. Grayscale: #9E9E9E. Windows color (decimal): -5397413 or 6005933. OLE color: 6005933.

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

Color convert

RGB17316491-
CMYK00.050.470.32
HSL53.41º33.33%51.76%-
HSV(B)53.41º47.4%67.84%-
XYZ32.436.1915.18-
YUV158.3789.98138.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.42%
GREEN value IS 164 (64.45% from 255) = 38.32%
BLUE value IS 91 (35.94% from 255) = 21.26%
R=40.42%
G=38.32%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731649100.050.470.3253.4133.3351.76
HexADA45B052F20352134
Octal255244133055740654164
Binary101011011010010010110110101101111100000110101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA45B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA45B; }

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

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

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

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

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

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

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

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