Html Css Color HEX #AD9F61 Gimblet

📋 copy color: '#AD9F61'

red 173 ◦ green 159 ◦ blue 97

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

Shades of Gimblet #AD9F61

Tints of Gimblet #AD9F61

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.06%

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

R = 40.33%
G = 37.06%
B = 22.61%

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

#AD9F61 (or 0xAD9F61) is known color: Gimblet. HEX triplet: AD, 9F and 61. RGB value is (173,159,97). Sum of RGB (Red+Green+Blue) = 173+159+97=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 159 (62.5% from 255 or 37.06% from 429); Blue value is 97 (38.28% from 255 or 22.61% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9F61 is #52609E. Grayscale: #9C9C9C. Windows color (decimal): -5398687 or 6397869. OLE color: 6397869.

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

Color convert

RGB 173 159 97 -
CMYK 0 0.08 0.44 0.32
HSL 48.95º 0.32% 0.53% -
HSV(B) 48.95º 0.44% 0.68% -
XYZ 31.79 34.54 16.3 -
YUV 156.12 94.64 140.04 -
System Red Green Blue C M Y K H S L
Decimal 173 159 97 0 0.08 0.44 0.32 48.95 0.32 0.53
Hex AD 9F 61 0 8 2C 20 31 20 35
Octal 255 237 141 0 10 54 40 61 40 65
Binary 10101101 10011111 1100001 0 1000 101100 100000 110001 100000 110101

Color Harmonies of #AD9F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9F61

Black with #AD9F61

Text Example


Text Example

White with #AD9F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9F61; }

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

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

background-color css

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

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

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

border-color css

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

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

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