Html Css Color HEX #ADA66D Gimblet

📋 copy color: '#ADA66D'

red 173 ◦ green 166 ◦ blue 109

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

Shades of Gimblet #ADA66D

Tints of Gimblet #ADA66D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.33%

R = 38.62%
G = 37.05%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#ADA66D (or 0xADA66D) is known color: Gimblet. HEX triplet: AD, A6 and 6D. RGB value is (173,166,109). Sum of RGB (Red+Green+Blue) = 173+166+109=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 166 (65.23% from 255 or 37.05% from 448); Blue value is 109 (42.97% from 255 or 24.33% from 448); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA66D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA66D is #525992. Grayscale: #A1A1A1. Windows color (decimal): -5396883 or 7186093. OLE color: 7186093.

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

Color convert

RGB 173 166 109 -
CMYK 0 0.04 0.37 0.32
HSL 53.44º 0.28% 0.55% -
HSV(B) 53.44º 0.37% 0.68% -
XYZ 33.63 37.26 19.89 -
YUV 161.6 98.32 136.13 -
System Red Green Blue C M Y K H S L
Decimal 173 166 109 0 0.04 0.37 0.32 53.44 0.28 0.55
Hex AD A6 6D 0 4 25 20 35 1C 37
Octal 255 246 155 0 4 45 40 65 34 67
Binary 10101101 10100110 1101101 0 100 100101 100000 110101 11100 110111

Color Harmonies of #ADA66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA66D

Black with #ADA66D

Text Example


Text Example

White with #ADA66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA66D; }

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

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

background-color css

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

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

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

border-color css

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

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

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