Html Css Color HEX #ADA86C Gimblet

📋 copy color: '#ADA86C'

red 173 ◦ green 168 ◦ blue 108

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

Shades of Gimblet #ADA86C

Tints of Gimblet #ADA86C

RGB

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

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

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

R = 38.53%
G = 37.42%
B = 24.05%

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

#ADA86C (or 0xADA86C) is known color: Gimblet. HEX triplet: AD, A8 and 6C. RGB value is (173,168,108). Sum of RGB (Red+Green+Blue) = 173+168+108=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 168 (66.02% from 255 or 37.42% from 449); Blue value is 108 (42.58% from 255 or 24.05% from 449); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA86C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA86C is #525793. Grayscale: #A2A2A2. Windows color (decimal): -5396372 or 7121069. OLE color: 7121069.

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

Color convert

RGB 173 168 108 -
CMYK 0 0.03 0.38 0.32
HSL 55.38º 0.28% 0.55% -
HSV(B) 55.38º 0.38% 0.68% -
XYZ 33.94 37.97 19.73 -
YUV 162.66 97.16 135.38 -
System Red Green Blue C M Y K H S L
Decimal 173 168 108 0 0.03 0.38 0.32 55.38 0.28 0.55
Hex AD A8 6C 0 3 26 20 37 1C 37
Octal 255 250 154 0 3 46 40 67 34 67
Binary 10101101 10101000 1101100 0 11 100110 100000 110111 11100 110111

Color Harmonies of #ADA86C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA86C

Black with #ADA86C

Text Example


Text Example

White with #ADA86C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA86C; }

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

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

background-color css

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

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

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

border-color css

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

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

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