Html Css Color HEX #ADA664 Gimblet

📋 copy color: '#ADA664'

red 173 ◦ green 166 ◦ blue 100

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

Shades of Gimblet #ADA664

Tints of Gimblet #ADA664

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.78%

R = 39.41%
G = 37.81%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#ADA664 (or 0xADA664) is known color: Gimblet. HEX triplet: AD, A6 and 64. RGB value is (173,166,100). Sum of RGB (Red+Green+Blue) = 173+166+100=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 166 (65.23% from 255 or 37.81% from 439); Blue value is 100 (39.45% from 255 or 22.78% from 439); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA664 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA664 is #52599B. Grayscale: #A0A0A0. Windows color (decimal): -5396892 or 6596269. OLE color: 6596269.

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

Color convert

RGB 173 166 100 -
CMYK 0 0.04 0.42 0.32
HSL 54.25º 0.31% 0.54% -
HSV(B) 54.25º 0.42% 0.68% -
XYZ 33.17 37.08 17.46 -
YUV 160.57 93.82 136.87 -
System Red Green Blue C M Y K H S L
Decimal 173 166 100 0 0.04 0.42 0.32 54.25 0.31 0.54
Hex AD A6 64 0 4 2A 20 36 1F 36
Octal 255 246 144 0 4 52 40 66 37 66
Binary 10101101 10100110 1100100 0 100 101010 100000 110110 11111 110110

Color Harmonies of #ADA664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA664

Black with #ADA664

Text Example


Text Example

White with #ADA664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA664; }

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

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

background-color css

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

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

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

border-color css

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

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

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