#ADAA67

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

Shades of Gimblet #ADAA67

Tints of Gimblet #ADAA67

Color information

#ADAA67 (or 0xADAA67) is unknown color: approx Gimblet. HEX triplet: AD, AA and 67. RGB value is (173,170,103). Sum of RGB (Red+Green+Blue) = 173+170+103=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 103 (40.62% from 255 or 23.09% from 446); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAA67 is #525598. Grayscale: #A3A3A3. Windows color (decimal): -5395865 or 6793901. OLE color: 6793901.

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

Color convert

RGB173170103-
CMYK00.020.400.32
HSL57.43º29.91%54.12%-
HSV(B)57.43º40.46%67.84%-
XYZ34.0638.6118.49-
YUV163.2693.99134.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.79%
GREEN value IS 170 (66.80% from 255) = 38.12%
BLUE value IS 103 (40.62% from 255) = 23.09%
R=38.79%
G=38.12%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317010300.020.400.3257.4329.9154.12
HexADAA67022820391e36
Octal255252147025040713666
Binary1010110110101010110011101010100010000011100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAA67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAA67; }

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

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

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

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

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

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

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

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