Html Css Color HEX #AD9E61 Gimblet

📋 copy color: '#AD9E61'

red 173 ◦ green 158 ◦ blue 97

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

Shades of Gimblet #AD9E61

Tints of Gimblet #AD9E61

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.92%

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

R = 40.42%
G = 36.92%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AD9E61 (or 0xAD9E61) is known color: Gimblet. HEX triplet: AD, 9E and 61. RGB value is (173,158,97). Sum of RGB (Red+Green+Blue) = 173+158+97=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 158 (62.11% from 255 or 36.92% from 428); Blue value is 97 (38.28% from 255 or 22.66% from 428); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9E61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9E61 is #52619E. Grayscale: #9B9B9B. Windows color (decimal): -5398943 or 6397613. OLE color: 6397613.

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

Color convert

RGB 173 158 97 -
CMYK 0 0.09 0.44 0.32
HSL 48.16º 0.32% 0.53% -
HSV(B) 48.16º 0.44% 0.68% -
XYZ 31.62 34.2 16.24 -
YUV 155.53 94.97 140.46 -
System Red Green Blue C M Y K H S L
Decimal 173 158 97 0 0.09 0.44 0.32 48.16 0.32 0.53
Hex AD 9E 61 0 9 2C 20 30 20 35
Octal 255 236 141 0 11 54 40 60 40 65
Binary 10101101 10011110 1100001 0 1001 101100 100000 110000 100000 110101

Color Harmonies of #AD9E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9E61

Black with #AD9E61

Text Example


Text Example

White with #AD9E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9E61; }

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

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

background-color css

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

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

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

border-color css

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

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

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