Html Css Color HEX #ADA064 Gimblet

📋 copy color: '#ADA064'

red 173 ◦ green 160 ◦ blue 100

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

Shades of Gimblet #ADA064

Tints of Gimblet #ADA064

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.95%

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

R = 39.95%
G = 36.95%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#ADA064 (or 0xADA064) is known color: Gimblet. HEX triplet: AD, A0 and 64. RGB value is (173,160,100). Sum of RGB (Red+Green+Blue) = 173+160+100=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 100 (39.45% from 255 or 23.09% from 433); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA064 is #525F9B. Grayscale: #9D9D9D. Windows color (decimal): -5398428 or 6594733. OLE color: 6594733.

HSL color Cylindrical-coordinate representation of color #ADA064: hue angle of 49.32º 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 #ADA064 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 160 100 -
CMYK 0 0.08 0.42 0.32
HSL 49.32º 0.31% 0.54% -
HSV(B) 49.32º 0.42% 0.68% -
XYZ 32.1 34.95 17.11 -
YUV 157.05 95.81 139.38 -
System Red Green Blue C M Y K H S L
Decimal 173 160 100 0 0.08 0.42 0.32 49.32 0.31 0.54
Hex AD A0 64 0 8 2A 20 31 1F 36
Octal 255 240 144 0 10 52 40 61 37 66
Binary 10101101 10100000 1100100 0 1000 101010 100000 110001 11111 110110

Color Harmonies of #ADA064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA064

Black with #ADA064

Text Example


Text Example

White with #ADA064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA064; }

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

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

background-color css

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

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

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

border-color css

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

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

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