Html Css Color HEX #ADA661 Gimblet

📋 copy color: '#ADA661'

red 173 ◦ green 166 ◦ blue 97

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

Shades of Gimblet #ADA661

Tints of Gimblet #ADA661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 22.25%

R = 39.68%
G = 38.07%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#ADA661 (or 0xADA661) is known color: Gimblet. HEX triplet: AD, A6 and 61. RGB value is (173,166,97). Sum of RGB (Red+Green+Blue) = 173+166+97=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 166 (65.23% from 255 or 38.07% from 436); Blue value is 97 (38.28% from 255 or 22.25% from 436); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA661 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA661 is #52599E. Grayscale: #A0A0A0. Windows color (decimal): -5396895 or 6399661. OLE color: 6399661.

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

Color convert

RGB 173 166 97 -
CMYK 0 0.04 0.44 0.32
HSL 54.47º 0.32% 0.53% -
HSV(B) 54.47º 0.44% 0.68% -
XYZ 33.03 37.02 16.71 -
YUV 160.23 92.32 137.11 -
System Red Green Blue C M Y K H S L
Decimal 173 166 97 0 0.04 0.44 0.32 54.47 0.32 0.53
Hex AD A6 61 0 4 2C 20 36 20 35
Octal 255 246 141 0 4 54 40 66 40 65
Binary 10101101 10100110 1100001 0 100 101100 100000 110110 100000 110101

Color Harmonies of #ADA661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA661

Black with #ADA661

Text Example


Text Example

White with #ADA661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA661; }

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

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

background-color css

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

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

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

border-color css

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

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

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