#ADA367

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

Shades of Gimblet #ADA367

Tints of Gimblet #ADA367

Color information

#ADA367 (or 0xADA367) is unknown color: approx Gimblet. HEX triplet: AD, A3 and 67. RGB value is (173,163,103). Sum of RGB (Red+Green+Blue) = 173+163+103=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 163 (64.06% from 255 or 37.13% from 439); Blue value is 103 (40.62% from 255 or 23.46% from 439); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA367 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA367 is #525C98. Grayscale: #9F9F9F. Windows color (decimal): -5397657 or 6792109. OLE color: 6792109.

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

Color convert

RGB173163103-
CMYK00.060.400.32
HSL51.43º29.91%54.12%-
HSV(B)51.43º40.46%67.84%-
XYZ32.7836.0618.06-
YUV159.1596.31137.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.41%
GREEN value IS 163 (64.06% from 255) = 37.13%
BLUE value IS 103 (40.62% from 255) = 23.46%
R=39.41%
G=37.13%
B=23.46%

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
Decimal17316310300.060.400.3251.4329.9154.12
HexADA367062820331e36
Octal255243147065040633666
Binary10101101101000111100111011010100010000011001111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA367; }

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

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

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

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

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

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

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

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