Html Css Color HEX #ADA061 Gimblet

📋 copy color: '#ADA061'

red 173 ◦ green 160 ◦ blue 97

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

Shades of Gimblet #ADA061

Tints of Gimblet #ADA061

RGB

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

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

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

R = 40.23%
G = 37.21%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#ADA061 (or 0xADA061) is known color: Gimblet. HEX triplet: AD, A0 and 61. RGB value is (173,160,97). Sum of RGB (Red+Green+Blue) = 173+160+97=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 97 (38.28% from 255 or 22.56% from 430); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA061 is #525F9E. Grayscale: #9C9C9C. Windows color (decimal): -5398431 or 6398125. OLE color: 6398125.

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

Color convert

RGB 173 160 97 -
CMYK 0 0.08 0.44 0.32
HSL 49.74º 0.32% 0.53% -
HSV(B) 49.74º 0.44% 0.68% -
XYZ 31.96 34.89 16.36 -
YUV 156.71 94.31 139.62 -
System Red Green Blue C M Y K H S L
Decimal 173 160 97 0 0.08 0.44 0.32 49.74 0.32 0.53
Hex AD A0 61 0 8 2C 20 32 20 35
Octal 255 240 141 0 10 54 40 62 40 65
Binary 10101101 10100000 1100001 0 1000 101100 100000 110010 100000 110101

Color Harmonies of #ADA061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA061

Black with #ADA061

Text Example


Text Example

White with #ADA061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA061; }

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

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

background-color css

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

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

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

border-color css

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

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

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