#ADA769

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

Shades of Gimblet #ADA769

Tints of Gimblet #ADA769

Color information

#ADA769 (or 0xADA769) is unknown color: approx Gimblet. HEX triplet: AD, A7 and 69. RGB value is (173,167,105). Sum of RGB (Red+Green+Blue) = 173+167+105=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 167 (65.62% from 255 or 37.53% from 445); Blue value is 105 (41.41% from 255 or 23.60% from 445); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA769 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA769 is #525896. Grayscale: #A1A1A1. Windows color (decimal): -5396631 or 6924205. OLE color: 6924205.

HSL color Cylindrical-coordinate representation of color #ADA769: hue angle of 54.71º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ADA769 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB173167105-
CMYK00.030.390.32
HSL54.71º29.31%54.51%-
HSV(B)54.71º39.31%67.84%-
XYZ33.637.5418.84-
YUV161.7395.99136.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.88%
GREEN value IS 167 (65.62% from 255) = 37.53%
BLUE value IS 105 (41.41% from 255) = 23.60%
R=38.88%
G=37.53%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316710500.030.390.3254.7129.3154.51
HexADA769032720371d37
Octal255247151034740673567
Binary1010110110100111110100101110011110000011011111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA769; }

 p { color: rgb(173,167,105); }

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

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

 a { background-color: rgb(173,167,105); }

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

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

 span { border-color: rgb(173,167,105); }

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