#ADA667

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

Shades of Gimblet #ADA667

Tints of Gimblet #ADA667

Color information

#ADA667 (or 0xADA667) is unknown color: approx Gimblet. HEX triplet: AD, A6 and 67. RGB value is (173,166,103). Sum of RGB (Red+Green+Blue) = 173+166+103=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 166 (65.23% from 255 or 37.56% from 442); Blue value is 103 (40.62% from 255 or 23.30% from 442); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA667 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA667 is #525998. Grayscale: #A1A1A1. Windows color (decimal): -5396889 or 6792877. OLE color: 6792877.

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

Color convert

RGB173166103-
CMYK00.040.400.32
HSL54º29.91%54.12%-
HSV(B)54º40.46%67.84%-
XYZ33.3237.1418.24-
YUV160.9195.32136.62-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.14%
GREEN value IS 166 (65.23% from 255) = 37.56%
BLUE value IS 103 (40.62% from 255) = 23.30%
R=39.14%
G=37.56%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316610300.040.400.325429.9154.12
HexADA667042820361e36
Octal255246147045040663666
Binary10101101101001101100111010010100010000011011011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA667; }

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

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

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

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

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

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

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

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