#ADA458

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

Shades of Gimblet #ADA458

Tints of Gimblet #ADA458

Color information

#ADA458 (or 0xADA458) is unknown color: approx Gimblet. HEX triplet: AD, A4 and 58. RGB value is (173,164,88). Sum of RGB (Red+Green+Blue) = 173+164+88=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 164 (64.45% from 255 or 38.59% from 425); Blue value is 88 (34.77% from 255 or 20.71% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA458 is #525BA7. Grayscale: #9E9E9E. Windows color (decimal): -5397416 or 5809325. OLE color: 5809325.

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

Color convert

RGB17316488-
CMYK00.050.490.32
HSL53.65º34.14%51.18%-
HSV(B)53.65º49.13%67.84%-
XYZ32.2736.1414.51-
YUV158.0388.48138.68-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.71%
GREEN value IS 164 (64.45% from 255) = 38.59%
BLUE value IS 88 (34.77% from 255) = 20.71%
R=40.71%
G=38.59%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731648800.050.490.3253.6534.1451.18
HexADA458053120362233
Octal255244130056140664263
Binary101011011010010010110000101110001100000110110100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA458; }

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

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

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

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

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

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

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

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