Html Css Color HEX #ADA66C Gimblet

📋 copy color: '#ADA66C'

red 173 ◦ green 166 ◦ blue 108

#ADA66C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gimblet #ADA66C

Tints of Gimblet #ADA66C

RGB

 RED value IS 173 (67.97% from 255) = 38.7%

 GREEN value IS 166 (65.23% from 255) = 37.14%

 BLUE value IS 108 (42.58% from 255) = 24.16%

R = 38.7%
G = 37.14%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#ADA66C (or 0xADA66C) is known color: Gimblet. HEX triplet: AD, A6 and 6C. RGB value is (173,166,108). Sum of RGB (Red+Green+Blue) = 173+166+108=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 166 (65.23% from 255 or 37.14% from 447); Blue value is 108 (42.58% from 255 or 24.16% from 447); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA66C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA66C is #525993. Grayscale: #A1A1A1. Windows color (decimal): -5396884 or 7120557. OLE color: 7120557.

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

Color convert

RGB 173 166 108 -
CMYK 0 0.04 0.38 0.32
HSL 53.54º 0.28% 0.55% -
HSV(B) 53.54º 0.38% 0.68% -
XYZ 33.58 37.24 19.61 -
YUV 161.48 97.82 136.22 -
System Red Green Blue C M Y K H S L
Decimal 173 166 108 0 0.04 0.38 0.32 53.54 0.28 0.55
Hex AD A6 6C 0 4 26 20 36 1C 37
Octal 255 246 154 0 4 46 40 66 34 67
Binary 10101101 10100110 1101100 0 100 100110 100000 110110 11100 110111

Color Harmonies of #ADA66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA66C

Black with #ADA66C

Text Example


Text Example

White with #ADA66C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA66C; }

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

 H1.HeaderClassName
 {
   color: #ADA66C;
 }
 .AnyTagClassName
 {
   color: #ADA66C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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