Html Css Color HEX #ADA065 Gimblet

📋 copy color: '#ADA065'

red 173 ◦ green 160 ◦ blue 101

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

Shades of Gimblet #ADA065

Tints of Gimblet #ADA065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.27%

R = 39.86%
G = 36.87%
B = 23.27%

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

#ADA065 (or 0xADA065) is known color: Gimblet. HEX triplet: AD, A0 and 65. RGB value is (173,160,101). Sum of RGB (Red+Green+Blue) = 173+160+101=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 160 (62.89% from 255 or 36.87% from 434); Blue value is 101 (39.84% from 255 or 23.27% from 434); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA065 is #525F9A. Grayscale: #9D9D9D. Windows color (decimal): -5398427 or 6660269. OLE color: 6660269.

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

Color convert

RGB 173 160 101 -
CMYK 0 0.08 0.42 0.32
HSL 49.17º 0.31% 0.54% -
HSV(B) 49.17º 0.42% 0.68% -
XYZ 32.15 34.97 17.37 -
YUV 157.16 96.31 139.3 -
System Red Green Blue C M Y K H S L
Decimal 173 160 101 0 0.08 0.42 0.32 49.17 0.31 0.54
Hex AD A0 65 0 8 2A 20 31 1F 36
Octal 255 240 145 0 10 52 40 61 37 66
Binary 10101101 10100000 1100101 0 1000 101010 100000 110001 11111 110110

Color Harmonies of #ADA065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA065

Black with #ADA065

Text Example


Text Example

White with #ADA065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA065; }

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

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

background-color css

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

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

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

border-color css

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

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

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