#ADA25C

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

Shades of Gimblet #ADA25C

Tints of Gimblet #ADA25C

Color information

#ADA25C (or 0xADA25C) is unknown color: approx Gimblet. HEX triplet: AD, A2 and 5C. RGB value is (173,162,92). Sum of RGB (Red+Green+Blue) = 173+162+92=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 162 (63.67% from 255 or 37.94% from 427); Blue value is 92 (36.33% from 255 or 21.55% from 427); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA25C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA25C is #525DA3. Grayscale: #9D9D9D. Windows color (decimal): -5397924 or 6070957. OLE color: 6070957.

HSL color Cylindrical-coordinate representation of color #ADA25C: hue angle of 51.85º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADA25C is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB17316292-
CMYK00.060.470.32
HSL51.85º33.06%51.96%-
HSV(B)51.85º46.82%67.84%-
XYZ32.0935.515.29-
YUV157.3191.14139.19-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.52%
GREEN value IS 162 (63.67% from 255) = 37.94%
BLUE value IS 92 (36.33% from 255) = 21.55%
R=40.52%
G=37.94%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731629200.060.470.3251.8533.0651.96
HexADA25C062F20342134
Octal255242134065740644164
Binary101011011010001010111000110101111100000110100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA25C; }

 p { color: rgb(173,162,92); }

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

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

 a { background-color: rgb(173,162,92); }

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

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

 span { border-color: rgb(173,162,92); }

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