#ADA368

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

Shades of Gimblet #ADA368

Tints of Gimblet #ADA368

Color information

#ADA368 (or 0xADA368) is unknown color: approx Gimblet. HEX triplet: AD, A3 and 68. RGB value is (173,163,104). Sum of RGB (Red+Green+Blue) = 173+163+104=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 163 (64.06% from 255 or 37.05% from 440); Blue value is 104 (41.02% from 255 or 23.64% from 440); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA368 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA368 is #525C97. Grayscale: #9F9F9F. Windows color (decimal): -5397656 or 6857645. OLE color: 6857645.

HSL color Cylindrical-coordinate representation of color #ADA368: hue angle of 51.3º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADA368 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB173163104-
CMYK00.060.400.32
HSL51.3º29.61%54.31%-
HSV(B)51.3º39.88%67.84%-
XYZ32.8336.0818.33-
YUV159.2696.81137.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.32%
GREEN value IS 163 (64.06% from 255) = 37.05%
BLUE value IS 104 (41.02% from 255) = 23.64%
R=39.32%
G=37.05%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316310400.060.400.3251.329.6154.31
HexADA368062820331e36
Octal255243150065040633666
Binary10101101101000111101000011010100010000011001111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA368; }

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

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

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

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

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

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

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

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