#ADA35F

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

Shades of Gimblet #ADA35F

Tints of Gimblet #ADA35F

Color information

#ADA35F (or 0xADA35F) is unknown color: approx Gimblet. HEX triplet: AD, A3 and 5F. RGB value is (173,163,95). Sum of RGB (Red+Green+Blue) = 173+163+95=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 163 (64.06% from 255 or 37.82% from 431); Blue value is 95 (37.5% from 255 or 22.04% from 431); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA35F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA35F is #525CA0. Grayscale: #9E9E9E. Windows color (decimal): -5397665 or 6267821. OLE color: 6267821.

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

Color convert

RGB17316395-
CMYK00.060.450.32
HSL52.31º32.23%52.55%-
HSV(B)52.31º45.09%67.84%-
XYZ32.435.916.05-
YUV158.2492.31138.53-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.14%
GREEN value IS 163 (64.06% from 255) = 37.82%
BLUE value IS 95 (37.5% from 255) = 22.04%
R=40.14%
G=37.82%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731639500.060.450.3252.3132.2352.55
HexADA35F062D20342035
Octal255243137065540644065
Binary101011011010001110111110110101101100000110100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA35F; }

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

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

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

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

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

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

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

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