Html Css Color HEX #ADA96C Gimblet

📋 copy color: '#ADA96C'

red 173 ◦ green 169 ◦ blue 108

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

Shades of Gimblet #ADA96C

Tints of Gimblet #ADA96C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 37.56%

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

R = 38.44%
G = 37.56%
B = 24%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#ADA96C (or 0xADA96C) is known color: Gimblet. HEX triplet: AD, A9 and 6C. RGB value is (173,169,108). Sum of RGB (Red+Green+Blue) = 173+169+108=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 169 (66.41% from 255 or 37.56% from 450); Blue value is 108 (42.58% from 255 or 24% from 450); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA96C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA96C is #525693. Grayscale: #A3A3A3. Windows color (decimal): -5396116 or 7121325. OLE color: 7121325.

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

Color convert

RGB 173 169 108 -
CMYK 0 0.02 0.38 0.32
HSL 56.31º 0.28% 0.55% -
HSV(B) 56.31º 0.38% 0.68% -
XYZ 34.13 38.34 19.79 -
YUV 163.24 96.83 134.96 -
System Red Green Blue C M Y K H S L
Decimal 173 169 108 0 0.02 0.38 0.32 56.31 0.28 0.55
Hex AD A9 6C 0 2 26 20 38 1C 37
Octal 255 251 154 0 2 46 40 70 34 67
Binary 10101101 10101001 1101100 0 10 100110 100000 111000 11100 110111

Color Harmonies of #ADA96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA96C

Black with #ADA96C

Text Example


Text Example

White with #ADA96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA96C; }

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

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

background-color css

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

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

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

border-color css

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

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

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