Html Css Color HEX #ADA86D Gimblet

📋 copy color: '#ADA86D'

red 173 ◦ green 168 ◦ blue 109

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

Shades of Gimblet #ADA86D

Tints of Gimblet #ADA86D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.22%

R = 38.44%
G = 37.33%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#ADA86D (or 0xADA86D) is known color: Gimblet. HEX triplet: AD, A8 and 6D. RGB value is (173,168,109). Sum of RGB (Red+Green+Blue) = 173+168+109=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 168 (66.02% from 255 or 37.33% from 450); Blue value is 109 (42.97% from 255 or 24.22% from 450); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA86D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA86D is #525792. Grayscale: #A3A3A3. Windows color (decimal): -5396371 or 7186605. OLE color: 7186605.

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

Color convert

RGB 173 168 109 -
CMYK 0 0.03 0.37 0.32
HSL 55.31º 0.28% 0.55% -
HSV(B) 55.31º 0.37% 0.68% -
XYZ 34 37.99 20.01 -
YUV 162.77 97.66 135.3 -
System Red Green Blue C M Y K H S L
Decimal 173 168 109 0 0.03 0.37 0.32 55.31 0.28 0.55
Hex AD A8 6D 0 3 25 20 37 1C 37
Octal 255 250 155 0 3 45 40 67 34 67
Binary 10101101 10101000 1101101 0 11 100101 100000 110111 11100 110111

Color Harmonies of #ADA86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA86D

Black with #ADA86D

Text Example


Text Example

White with #ADA86D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA86D; }

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

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

background-color css

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

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

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

border-color css

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

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

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