#ADA167

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

Shades of Gimblet #ADA167

Tints of Gimblet #ADA167

Color information

#ADA167 (or 0xADA167) is unknown color: approx Gimblet. HEX triplet: AD, A1 and 67. RGB value is (173,161,103). Sum of RGB (Red+Green+Blue) = 173+161+103=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 161 (63.28% from 255 or 36.84% from 437); Blue value is 103 (40.62% from 255 or 23.57% from 437); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA167 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA167 is #525E98. Grayscale: #9E9E9E. Windows color (decimal): -5398169 or 6791597. OLE color: 6791597.

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

Color convert

RGB173161103-
CMYK00.070.400.32
HSL49.71º29.91%54.12%-
HSV(B)49.71º40.46%67.84%-
XYZ32.4335.3517.95-
YUV157.9896.98138.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.59%
GREEN value IS 161 (63.28% from 255) = 36.84%
BLUE value IS 103 (40.62% from 255) = 23.57%
R=39.59%
G=36.84%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316110300.070.400.3249.7129.9154.12
HexADA167072820321e36
Octal255241147075040623666
Binary10101101101000011100111011110100010000011001011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA167; }

 p { color: rgb(173,161,103); }

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

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

 a { background-color: rgb(173,161,103); }

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

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

 span { border-color: rgb(173,161,103); }

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