Html Css Color HEX #ADA76C Gimblet

📋 copy color: '#ADA76C'

red 173 ◦ green 167 ◦ blue 108

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

Shades of Gimblet #ADA76C

Tints of Gimblet #ADA76C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.28%

 BLUE value IS 108 (42.58% from 255) = 24.11%

R = 38.62%
G = 37.28%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#ADA76C (or 0xADA76C) is known color: Gimblet. HEX triplet: AD, A7 and 6C. RGB value is (173,167,108). Sum of RGB (Red+Green+Blue) = 173+167+108=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 167 (65.62% from 255 or 37.28% from 448); Blue value is 108 (42.58% from 255 or 24.11% from 448); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA76C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA76C is #525893. Grayscale: #A2A2A2. Windows color (decimal): -5396628 or 7120813. OLE color: 7120813.

HSL color Cylindrical-coordinate representation of color #ADA76C: hue angle of 54.46º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADA76C is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 167 108 -
CMYK 0 0.03 0.38 0.32
HSL 54.46º 0.28% 0.55% -
HSV(B) 54.46º 0.38% 0.68% -
XYZ 33.76 37.6 19.67 -
YUV 162.07 97.49 135.8 -
System Red Green Blue C M Y K H S L
Decimal 173 167 108 0 0.03 0.38 0.32 54.46 0.28 0.55
Hex AD A7 6C 0 3 26 20 36 1C 37
Octal 255 247 154 0 3 46 40 66 34 67
Binary 10101101 10100111 1101100 0 11 100110 100000 110110 11100 110111

Color Harmonies of #ADA76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA76C

Black with #ADA76C

Text Example


Text Example

White with #ADA76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA76C; }

 p { color: rgb(173,167,108); }

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

background-color css

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

 a { background-color: rgb(173,167,108); }

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

border-color css

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

 span { border-color: rgb(173,167,108); }

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