Html Css Color HEX #ADA861 Gimblet

📋 copy color: '#ADA861'

red 173 ◦ green 168 ◦ blue 97

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

Shades of Gimblet #ADA861

Tints of Gimblet #ADA861

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.36%

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

R = 39.5%
G = 38.36%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#ADA861 (or 0xADA861) is known color: Gimblet. HEX triplet: AD, A8 and 61. RGB value is (173,168,97). Sum of RGB (Red+Green+Blue) = 173+168+97=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 168 (66.02% from 255 or 38.36% from 438); Blue value is 97 (38.28% from 255 or 22.15% from 438); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA861 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA861 is #52579E. Grayscale: #A1A1A1. Windows color (decimal): -5396383 or 6400173. OLE color: 6400173.

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

Color convert

RGB 173 168 97 -
CMYK 0 0.03 0.44 0.32
HSL 56.05º 0.32% 0.53% -
HSV(B) 56.05º 0.44% 0.68% -
XYZ 33.39 37.75 16.84 -
YUV 161.4 91.66 136.27 -
System Red Green Blue C M Y K H S L
Decimal 173 168 97 0 0.03 0.44 0.32 56.05 0.32 0.53
Hex AD A8 61 0 3 2C 20 38 20 35
Octal 255 250 141 0 3 54 40 70 40 65
Binary 10101101 10101000 1100001 0 11 101100 100000 111000 100000 110101

Color Harmonies of #ADA861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA861

Black with #ADA861

Text Example


Text Example

White with #ADA861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA861; }

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

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

background-color css

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

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

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

border-color css

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

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

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