Html Css Color HEX #ADA866 Gimblet

📋 copy color: '#ADA866'

red 173 ◦ green 168 ◦ blue 102

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

Shades of Gimblet #ADA866

Tints of Gimblet #ADA866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 23.02%

R = 39.05%
G = 37.92%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#ADA866 (or 0xADA866) is known color: Gimblet. HEX triplet: AD, A8 and 66. RGB value is (173,168,102). Sum of RGB (Red+Green+Blue) = 173+168+102=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 168 (66.02% from 255 or 37.92% from 443); Blue value is 102 (40.23% from 255 or 23.02% from 443); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA866 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA866 is #525799. Grayscale: #A2A2A2. Windows color (decimal): -5396378 or 6727853. OLE color: 6727853.

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

Color convert

RGB 173 168 102 -
CMYK 0 0.03 0.41 0.32
HSL 55.77º 0.3% 0.54% -
HSV(B) 55.77º 0.41% 0.68% -
XYZ 33.63 37.85 18.1 -
YUV 161.97 94.16 135.87 -
System Red Green Blue C M Y K H S L
Decimal 173 168 102 0 0.03 0.41 0.32 55.77 0.3 0.54
Hex AD A8 66 0 3 29 20 38 1E 36
Octal 255 250 146 0 3 51 40 70 36 66
Binary 10101101 10101000 1100110 0 11 101001 100000 111000 11110 110110

Color Harmonies of #ADA866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA866

Black with #ADA866

Text Example


Text Example

White with #ADA866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA866; }

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

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

background-color css

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

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

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

border-color css

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

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

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